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