2 references to GetInterfaces
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
825interfaces = RuntimeTypeHandle.GetInterfaces(ReflectedType); 997Type[] ifaces = RuntimeTypeHandle.GetInterfaces(declaringType);