4 references to IsInterface
mscorlib (4)
system\rttype.cs (3)
630
if (RuntimeTypeHandle.
IsInterface
(declaringType))
1237
if (!RuntimeTypeHandle.
IsInterface
(declaringType))
1332
if (!RuntimeTypeHandle.
IsInterface
(declaringType))
system\type.cs (1)
1073
return RuntimeTypeHandle.
IsInterface
(rt);