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