Method |
Description |
|
Dispatch ( ) : void |
|
|
Dispatch ( Mono.Cecil.TypeDefinition type ) : void |
|
|
DispatchAttribute ( CustomAttribute attribute, string referencingEntityName ) : void |
|
|
DispatchAttributes ( ICustomAttributeProvider provider, string referencingEntityName ) : void |
|
|
DispatchCustomAttributeArgument ( CustomAttributeArgument argument, string referencingEntityName ) : void |
|
|
DispatchEvents ( Mono.Cecil.TypeDefinition type, string referencingEntityName ) : void |
|
|
DispatchFields ( Mono.Cecil.TypeDefinition type, string referencingEntityName ) : void |
|
|
DispatchGenericArguments ( IGenericInstance genericInstance, string referencingEntityName ) : void |
|
|
DispatchGenericParameters ( IGenericParameterProvider provider, string referencingEntityName ) : void |
|
|
DispatchInterfaces ( Mono.Cecil.TypeDefinition type, string referencingEntityName ) : void |
|
|
DispatchMethod ( Mono.Cecil.MethodDefinition method ) : void |
|
|
DispatchMethodBody ( MethodBody body ) : void |
|
|
DispatchMethods ( Mono.Cecil.TypeDefinition type ) : void |
|
|
DispatchProperties ( Mono.Cecil.TypeDefinition type, string referencingEntityName ) : void |
|
|
ReferenceDispatcher ( Mono.Cecil.ModuleDefinition module, IReferenceVisitor visitor ) : System |
|
|
Visit ( FieldReference field, string referencingEntityName ) : void |
|
|
Visit ( MethodReference method, string referencingEntityName ) : void |
|
|
Visit ( TypeReference type, string referencingEntityName ) : void |
|
|