3 references to UnmanagedToManagedStub
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (3)
134
.SelectMany((data, ct) => data.DeclaredMethods.SelectMany(m => m.ManagedToUnmanagedStub.Diagnostics).Union(data.DeclaredMethods.SelectMany(m => m.
UnmanagedToManagedStub
.Diagnostics))));
537
.Select(m => m.
UnmanagedToManagedStub
)
641
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error))