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