Base:
property
UnboxingStub
Internal.TypeSystem.MethodDesc.UnboxingStub
2 references to UnboxingStub
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
286
if (!method.
UnboxingStub
&& method.OwningType.IsValueType && !TypeLoaderEnvironment.IsStaticMethodSignature(method.NameAndSignature))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
310
if (!method.
UnboxingStub
&& method.OwningType.IsValueType && !IsStaticMethodSignature(method.NameAndSignature))