4 references to IsStaticMethodSignature
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
286if (!method.UnboxingStub && method.OwningType.IsValueType && !TypeLoaderEnvironment.IsStaticMethodSignature(method.NameAndSignature))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
310if (!method.UnboxingStub && method.OwningType.IsValueType && !IsStaticMethodSignature(method.NameAndSignature))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (2)
67if (IsStaticMethodSignature(resolution.NameAndSignature)) 69Debug.Assert(IsStaticMethodSignature(slotMethod.NameAndSignature));