2 references to GetInterfaceCount
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\NativeLayoutInterfacesAlgorithm.cs (1)
21int totalInterfaces = RuntimeAugments.GetInterfaceCount(state.TemplateType.RuntimeTypeHandle);
Internal\Runtime\TypeLoader\NoMetadataRuntimeInterfacesAlgorithm.cs (1)
18int numInterfaces = RuntimeAugments.GetInterfaceCount(type.RuntimeTypeHandle);