1 instantiation of ComInterfaceEntryArrayValue
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
1898return new ComInterfaceEntryArrayValue(locationType, comInterfaceEntryType);
3 references to ComInterfaceEntryArrayValue
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
1896else if (ComInterfaceEntryArrayValue.IsCompatible(locationType, out TypeDesc comInterfaceEntryType)) 2538private readonly ComInterfaceEntryArrayValue _parent; 2541public ComInterfaceEntrySlotReference(ComInterfaceEntryArrayValue parent, int index)