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