Base:
method
GetInterfaces
System.Type.GetInterfaces()
4 references to GetInterfaces
mscorlib (4)
system\reflection\emit\typebuilder.cs (1)
1202return m_bakedRuntimeType.GetInterfaces();
system\rttype.cs (2)
1072Type[] iFaces = iList.GetInterfaces(); 1141Type[] temp = constraint.GetInterfaces();
system\runtime\remoting\objref.cs (1)
215Type[] interfaces = typeOfObj.GetInterfaces();