Base:
property
ReturnDroppingAsyncThunk
Internal.TypeSystem.MethodDesc.ReturnDroppingAsyncThunk
5 references to ReturnDroppingAsyncThunk
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\TypeBuilder.cs (2)
289
nonTemplateMethod = (InstantiatedMethod)method.Context.ResolveGenericMethodInstantiation(true, method.AsyncVariant, method.
ReturnDroppingAsyncThunk
, (DefType)method.OwningType, method.NameAndSignature, method.Instantiation);
806
_isReturnDroppingAsyncThunk = method.
ReturnDroppingAsyncThunk
,
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);