1 write to _unboxingStub
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
332_unboxingStub = unboxingStub;
5 references to _unboxingStub
System.Private.TypeLoader (5)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (5)
357if (key._unboxingStub != runtimeMethod.UnboxingStub) 377if (key._unboxingStub || key._asyncVariant || key._returnDroppingAsyncThunk) 427if (!key._unboxingStub) 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);