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

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

Méthodes publiques

Méthode Description
VisitType ( Mono.Cecil.TypeDefinition type ) : void
WhoDerivesFromType ( UsageQueryAggregator aggregator, List typeDefs ) : System
WhoDerivesFromType ( UsageQueryAggregator aggregator, Mono.Cecil.TypeDefinition typeDef ) : System

Method Details

VisitType() public méthode

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

WhoDerivesFromType() public méthode

public WhoDerivesFromType ( UsageQueryAggregator aggregator, List typeDefs ) : System
aggregator UsageQueryAggregator
typeDefs List
Résultat System

WhoDerivesFromType() public méthode

public WhoDerivesFromType ( UsageQueryAggregator aggregator, Mono.Cecil.TypeDefinition typeDef ) : System
aggregator UsageQueryAggregator
typeDef Mono.Cecil.TypeDefinition
Résultat System