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