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