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