4 references to IsStaticMethodSignature
System.Private.TypeLoader (4)
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))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (2)
67
if (
IsStaticMethodSignature
(resolution.NameAndSignature))
69
Debug.Assert(
IsStaticMethodSignature
(slotMethod.NameAndSignature));