Base:
property
ReturnDroppingAsyncThunk
Internal.TypeSystem.MethodDesc.ReturnDroppingAsyncThunk
6 references to ReturnDroppingAsyncThunk
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\TypeBuilder.cs (3)
289
nonTemplateMethod = (InstantiatedMethod)method.Context.ResolveGenericMethodInstantiation(true, method.AsyncVariant, method.
ReturnDroppingAsyncThunk
, (DefType)method.OwningType, method.NameAndSignature, method.Instantiation);
814
_isReturnDroppingAsyncThunk = method.
ReturnDroppingAsyncThunk
,
852
InstantiatedMethod unboxTargetMethod = (InstantiatedMethod)method.Context.ResolveGenericMethodInstantiation(false, method.AsyncVariant, method.
ReturnDroppingAsyncThunk
, (DefType)method.OwningType, method.NameAndSignature, method.Instantiation);
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (3)
167
if (_methodToLookup.
ReturnDroppingAsyncThunk
!= isReturnDroppingAsyncThunk)
202
if (_methodToLookup.
ReturnDroppingAsyncThunk
!= entry._isReturnDroppingAsyncThunk)
313
nonTemplateMethod = (InstantiatedMethod)method.Context.ResolveGenericMethodInstantiation(true, method.AsyncVariant, method.
ReturnDroppingAsyncThunk
, (DefType)method.OwningType, method.NameAndSignature, method.Instantiation);