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