4 references to Length
Microsoft.Interop.ComInterfaceGenerator (4)
ComClassGenerator.cs (3)
62
writer.WriteLine($"count = {implementedInterfaces.
Length
};");
66
writer.WriteLine($"global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* vtables = (global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry*)global::System.Runtime.CompilerServices.RuntimeHelpers.AllocateTypeAssociatedMemory(typeof({ClassInfoTypeName}), sizeof(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry) * {implementedInterfaces.
Length
});");
69
for (int i = 0; i < implementedInterfaces.
Length
; i++)
ComInterfaceAndMethodsContext.cs (1)
33
public int VTableSize => Methods.
Length
== 0