4 references to InheritedMethods
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (4)
523var shadowImplementations = interfaceGroup.InheritedMethods.Select(m => (Method: m, ManagedToUnmanagedStub: m.ManagedToUnmanagedStub)) 528var inheritedStubs = interfaceGroup.InheritedMethods.Select(m => m.UnreachableExceptionStub); 621foreach (ComMethodContext inheritedMethod in interfaceMethods.InheritedMethods) 770LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(interfaceMethods.InheritedMethods.Count() + 3))))))));