4 references to UnmanagedToManagedStub
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (4)
144
.SelectMany((data, ct) => data.DeclaredMethods.SelectMany(m => m.ManagedToUnmanagedStub.Diagnostics).Union(data.DeclaredMethods.SelectMany(m => m.
UnmanagedToManagedStub
.Diagnostics))));
590
.Select(m => m.
UnmanagedToManagedStub
)
680
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error)))
815
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error));