2 references to OwningInterface
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (1)
519while (methodIndex < methods.Length && methods[methodIndex].OwningInterface == iface)
ComMethodContext.cs (1)
72public bool IsInheritedMethod => OriginalDeclaringInterface != OwningInterface;