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