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