3 references to InheritedMethods
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (3)
484
var shadowImplementations = interfaceGroup.
InheritedMethods
.Select(m => (Method: m, ManagedToUnmanagedStub: m.ManagedToUnmanagedStub))
489
var inheritedStubs = interfaceGroup.
InheritedMethods
.Select(m => m.UnreachableExceptionStub);
608
LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(interfaceMethods.
InheritedMethods
.Count() + 3))))))));