2 writes to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (2)
35
_includeSuppressedDiagnostics
= true;
40
_includeSuppressedDiagnostics
= false;
1 reference to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (1)
45
=> diagnostics.WhereAsArray(d =>
_includeSuppressedDiagnostics
|| !d.IsSuppressed);