2 references to HasInstantiation
System.Private.CoreLib (2)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
250if (pMT->HasInstantiation)
src\System\RuntimeType.CoreCLR.cs (1)
3477bool isGenericType = !th.IsTypeDesc && th.AsMethodTable()->HasInstantiation;