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)
363if (key._returnDroppingAsyncThunk != runtimeMethod.ReturnDroppingAsyncThunk) 377if (key._unboxingStub || key._asyncVariant || key._returnDroppingAsyncThunk) 432MethodDesc typicalMethod = key._owningType.Context.ResolveRuntimeMethod(key._unboxingStub, key._asyncVariant, key._returnDroppingAsyncThunk, (DefType)key._owningType.GetTypeDefinition(), key._methodNameAndSignature); 442return new RuntimeMethodDesc(key._unboxingStub, key._asyncVariant, key._returnDroppingAsyncThunk, key._owningType, key._methodNameAndSignature, key._hashCode);