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