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