Base:
property
ReturnDroppingAsyncThunk
Internal.TypeSystem.MethodDesc.ReturnDroppingAsyncThunk
6 references to ReturnDroppingAsyncThunk
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)
363
if (key._returnDroppingAsyncThunk != runtimeMethod.
ReturnDroppingAsyncThunk
)
405
if (((RuntimeMethodDesc)value1).
ReturnDroppingAsyncThunk
!= ((RuntimeMethodDesc)value2).
ReturnDroppingAsyncThunk
)