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