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