Base:
property
AsyncVariant
Internal.TypeSystem.MethodDesc.AsyncVariant
6 references to AsyncVariant
System.Private.TypeLoader (6)
Internal\TypeSystem\RuntimeMethodDesc.Canon.cs (1)
26
return Context.ResolveRuntimeMethod(this.UnboxingStub, this.
AsyncVariant
, this.ReturnDroppingAsyncThunk, canonicalizedTypeOfTargetMethod, this.NameAndSignature);
Internal\TypeSystem\RuntimeMethodDesc.cs (2)
140
return Context.ResolveRuntimeMethod(UnboxingStub,
AsyncVariant
, ReturnDroppingAsyncThunk, (DefType)owningTypeDefinition, _nameAndSignature);
150
method = instantiatedOwningType.Context.ResolveRuntimeMethod(UnboxingStub,
AsyncVariant
, ReturnDroppingAsyncThunk, (DefType)instantiatedOwningType, _nameAndSignature);
Internal\TypeSystem\TypeSystemContext.Runtime.cs (3)
360
if (key._asyncVariant != runtimeMethod.
AsyncVariant
)
402
if (((RuntimeMethodDesc)value1).
AsyncVariant
!= ((RuntimeMethodDesc)value2).
AsyncVariant
)