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