Method |
Description |
|
AsMember ( NamedTypeSymbol newOwner ) : MethodSymbol |
|
|
Cci ( EmitContext context ) : Microsoft.Cci.IDefinition |
|
|
Cci ( EmitContext context ) : IEnumerable |
|
|
Cci ( EmitContext context ) : Microsoft.Cci.IMethodBody |
|
|
Cci ( EmitContext context ) : Microsoft.Cci.IMethodDefinition |
|
|
Cci ( EmitContext context ) : Microsoft.Cci.IMethodReference |
|
|
Cci ( EmitContext context ) : Microsoft.Cci.ITypeReference |
|
|
Cci ( EmitContext context ) : ImmutableArray |
|
|
Cci ( Microsoft.Cci visitor ) : void |
|
|
EnumerateDefinitionParameters ( ) : ImmutableArray |
|
|
GetReturnValueCustomAttributesToEmit ( ) : IEnumerable |
|
|
IMethodSymbol ( ) : IMethodSymbol |
|
|
IsMetadataNewSlot ( bool ignoreInterfaceImplementationChanges = false ) : bool |
This method indicates whether or not the runtime will regard the method as newslot (as indicated by the presence of the "newslot" modifier in the signature). WARN WARN WARN: We won't have a final value for this until declaration diagnostics have been computed for all symbols, so pass ignoringInterfaceImplementationChanges: true if you need a value sooner and aren't concerned about tweaks made to satisfy interface implementation requirements. NOTE: Not ignoring changes can only result in a value that is more true. |
|
IsMetadataVirtual ( bool ignoreInterfaceImplementationChanges = false ) : bool |
This method indicates whether or not the runtime will regard the method as virtual (as indicated by the presence of the "virtual" modifier in the signature). WARN WARN WARN: We won't have a final value for this until declaration diagnostics have been computed for all symbols, so pass ignoringInterfaceImplementationChanges: true if you need a value sooner and aren't concerned about tweaks made to satisfy interface implementation requirements. NOTE: Not ignoring changes can only result in a value that is more true. |
|
ResolvedMethodImpl ( EmitContext context ) : Microsoft.Cci.IMethodDefinition |
|
|
TypeParametersMatchTypeArguments ( ImmutableArray typeParameters, ImmutableArray typeArguments ) : bool |
|
|