C# Class Endjin.Assembly.ChangeDetection.Query.UsageQueries.WhoImplementsInterface

Inheritance: UsageVisitor
Afficher le fichier Open project: endjin/Endjin.Assembly.ChangeDetection

Méthodes publiques

Méthode Description
VisitType ( Mono.Cecil.TypeDefinition type ) : void
WhoImplementsInterface ( UsageQueryAggregator aggreator, List interfaces ) : System
WhoImplementsInterface ( UsageQueryAggregator aggregator, Mono.Cecil.TypeDefinition itf ) : System

Private Methods

Méthode Description
IsMatchingInterface ( TypeReference itf, Mono.Cecil.TypeDefinition &searchItf ) : bool

Method Details

VisitType() public méthode

public VisitType ( Mono.Cecil.TypeDefinition type ) : void
type Mono.Cecil.TypeDefinition
Résultat void

WhoImplementsInterface() public méthode

public WhoImplementsInterface ( UsageQueryAggregator aggreator, List interfaces ) : System
aggreator UsageQueryAggregator
interfaces List
Résultat System

WhoImplementsInterface() public méthode

public WhoImplementsInterface ( UsageQueryAggregator aggregator, Mono.Cecil.TypeDefinition itf ) : System
aggregator UsageQueryAggregator
itf Mono.Cecil.TypeDefinition
Résultat System