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