2 references to HasMethodInstantiation
System.Private.CoreLib (2)
src\System\RuntimeHandles.cs (1)
1220bool fRet = HasMethodInstantiation(method.Value);
src\System\RuntimeType.CoreCLR.cs (1)
1930if (RuntimeMethodHandle.HasMethodInstantiation(methodHandle) && !RuntimeMethodHandle.IsGenericMethodDefinition(methodHandle))