Base:
property
UnboxingStub
Internal.TypeSystem.MethodDesc.UnboxingStub
6 references to UnboxingStub
System.Private.TypeLoader (6)
Internal\TypeSystem\RuntimeMethodDesc.Canon.cs (1)
26
return Context.ResolveRuntimeMethod(this.
UnboxingStub
, this.AsyncVariant, this.ReturnDroppingAsyncThunk, canonicalizedTypeOfTargetMethod, this.NameAndSignature);
Internal\TypeSystem\RuntimeMethodDesc.cs (2)
140
return Context.ResolveRuntimeMethod(
UnboxingStub
, AsyncVariant, ReturnDroppingAsyncThunk, (DefType)owningTypeDefinition, _nameAndSignature);
150
method = instantiatedOwningType.Context.ResolveRuntimeMethod(
UnboxingStub
, AsyncVariant, ReturnDroppingAsyncThunk, (DefType)instantiatedOwningType, _nameAndSignature);
Internal\TypeSystem\TypeSystemContext.Runtime.cs (3)
357
if (key._unboxingStub != runtimeMethod.
UnboxingStub
)
399
if (((RuntimeMethodDesc)value1).
UnboxingStub
!= ((RuntimeMethodDesc)value2).
UnboxingStub
)