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)
549
if (interfaceMethods.Interface.
Base
is null)
600
TypeOfExpression(ParseTypeName(interfaceMethods.Interface.
Base
.Info.Type.FullTypeName))
ComMethodContext.cs (2)
189
if (iface.
Base
is not null)
191
var baseComIface = iface.
Base
;