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)
661
if (interfaceMethods.Interface.
Base
is not null)
706
if (interfaceMethods.Interface.
Base
is null)
795
TypeOfExpression(ParseTypeName(interfaceMethods.Interface.
Base
.Info.Type.FullTypeName))
ComMethodContext.cs (2)
203
if (iface.
Base
is not null)
205
var baseComIface = iface.
Base
;