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