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