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