1 write to Base
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceContext.cs (1)
23
Base
= @base;
7 references to Base
Microsoft.Interop.ComInterfaceGenerator (7)
ComInterfaceContext.cs (2)
87
var currBase =
Base
;
89
currBase = currBase.
Base
;
ComInterfaceGenerator.cs (3)
619
if (interfaceMethods.Interface.
Base
is not null)
665
if (interfaceMethods.Interface.
Base
is null)
754
TypeOfExpression(ParseTypeName(interfaceMethods.Interface.
Base
.Info.Type.FullTypeName))
ComMethodContext.cs (2)
189
if (iface.
Base
is not null)
191
var baseComIface = iface.
Base
;