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