3 references to IsInterface
System.Private.CoreLib (3)
src\System\Array.CoreCLR.cs (2)
212
if (pMTdest->
IsInterface
)
216
if (pMTsrc->
IsInterface
)
src\System\RuntimeType.CoreCLR.cs (1)
3480
bool isInterface = !th.IsTypeDesc && th.AsMethodTable()->
IsInterface
;