Base:
method
GetInterfaces
System.Type.GetInterfaces()
3 references to GetInterfaces
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
739return m_bakedRuntimeType.GetInterfaces();
src\System\RuntimeType.CoreCLR.cs (2)
985Type[] iFaces = iList.GetInterfaces(); 1052Type[] temp = constraint.GetInterfaces();