2 references to HasMethodInstantiation
mscorlib (2)
system\rttype.cs (1)
2123if (RuntimeMethodHandle.HasMethodInstantiation(methodHandle) && !RuntimeMethodHandle.IsGenericMethodDefinition(methodHandle))
system\runtimehandles.cs (1)
1403bool fRet = RuntimeMethodHandle.HasMethodInstantiation(method.Value);