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