1 write to _returnDroppingAsyncThunk
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
334
_returnDroppingAsyncThunk
= returnDroppingAsyncThunk;
4 references to _returnDroppingAsyncThunk
System.Private.TypeLoader (4)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (4)
363
if (key.
_returnDroppingAsyncThunk
!= runtimeMethod.ReturnDroppingAsyncThunk)
377
if (key._unboxingStub || key._asyncVariant || key.
_returnDroppingAsyncThunk
)
432
MethodDesc typicalMethod = key._owningType.Context.ResolveRuntimeMethod(key._unboxingStub, key._asyncVariant, key.
_returnDroppingAsyncThunk
, (DefType)key._owningType.GetTypeDefinition(), key._methodNameAndSignature);
442
return new RuntimeMethodDesc(key._unboxingStub, key._asyncVariant, key.
_returnDroppingAsyncThunk
, key._owningType, key._methodNameAndSignature, key._hashCode);