C# Class PropertyDataWalker, NotifyPropertyWeaver

Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver

Méthodes publiques

Méthode Description
Execute ( ) : void

Private Methods

Méthode Description
ComputeDependenciesRec ( Mono.Cecil.PropertyDefinition propertyDefinition, HashSet fullDependencies, TypeNode, node ) : void

Computes dependencies recursively

GetFullDependencies ( Mono.Cecil.PropertyDefinition propertyDefinition, IEnumerable dependenciesForProperty, TypeNode, node ) : List
GetPropertyData ( Mono.Cecil.PropertyDefinition propertyDefinition, TypeNode, node ) : void
Process ( List notifyNodes ) : void
PropertyDataWalker ( TypeNodeBuilder, typeNodeBuilder, NotifyPropertyDataAttributeReader, notifyPropertyDataAttributeReader, Logger, logger, WeavingTask weavingTask ) : System.Collections.Generic

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void