1 write to Base
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceContext.cs (1)
23
Base
= @base;
6 references to Base
Microsoft.Interop.ComInterfaceGenerator (6)
ComInterfaceContext.cs (2)
87
var currBase =
Base
;
89
currBase = currBase.
Base
;
ComInterfaceGenerator.cs (2)
478
if (interfaceMethods.Interface.
Base
is not null)
532
if (data.Interface.
Base
is { } baseInterface)
ComMethodContext.cs (2)
148
if (iface.
Base
is not null)
150
var baseComIface = iface.
Base
;