Base:
property
UnboxingStub
Internal.TypeSystem.MethodDesc.UnboxingStub
8 references to UnboxingStub
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\TypeBuilder.cs (7)
286if (!method.UnboxingStub && method.OwningType.IsValueType && !TypeLoaderEnvironment.IsStaticMethodSignature(method.NameAndSignature)) 803if (method.UnboxingStub && IsNonUnboxingDictionaryBeingBuilt(method, out _)) 832if (!_methodsThatNeedDictionaries[i].UnboxingStub 851Debug.Assert(method.UnboxingStub); 877if (method.UnboxingStub) 887if (!method.UnboxingStub) 925if (method.UnboxingStub && IsNonUnboxingDictionaryBeingBuilt(method, out _))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
310if (!method.UnboxingStub && method.OwningType.IsValueType && !IsStaticMethodSignature(method.NameAndSignature))