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