3 references to UnmanagedToManagedStub
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (3)
569
.Select(m => m.
UnmanagedToManagedStub
)
659
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error)))
794
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error));