3 references to UnmanagedToManagedStub
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (3)
532
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error)))
622
.Where(context => context.
UnmanagedToManagedStub
.Diagnostics.All(diag => diag.Descriptor.DefaultSeverity != DiagnosticSeverity.Error)))
642
if (declaredMethod.
UnmanagedToManagedStub
is GeneratedStubCodeContext unmanagedToManagedContext &&