4 references to UnmanagedToManagedStub
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (4)
191
.SelectMany(static (data, ct) => data.DeclaredMethods.SelectMany(m => m.ManagedToUnmanagedStub.Diagnostics).Union(data.DeclaredMethods.SelectMany(m => m.
UnmanagedToManagedStub
.Diagnostics))));
599
.Select(m => m.
UnmanagedToManagedStub
)
689
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error)))
824
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error));