2 writes to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (2)
35
_includeSuppressedDiagnostics
= true;
40
_includeSuppressedDiagnostics
= false;
4 references to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\CodeFixes\CodeFixService.FixAllDiagnosticProvider.cs (4)
47
var diagnostics = await _diagnosticService.GetDiagnosticsForIdsAsync(solution, projectId: null, document.Id, _diagnosticIds, shouldIncludeAnalyzer: null,
_includeSuppressedDiagnostics
, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false);
56
includeCompilerDiagnostics: true,
_includeSuppressedDiagnostics
, priorityProvider: new DefaultCodeActionRequestPriorityProvider(),
65
var diagnostics = await _diagnosticService.GetDiagnosticsForIdsAsync(project.Solution, project.Id, documentId: null, _diagnosticIds, shouldIncludeAnalyzer: null,
_includeSuppressedDiagnostics
, includeLocalDocumentDiagnostics: true, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false);
72
var diagnostics = await _diagnosticService.GetProjectDiagnosticsForIdsAsync(project.Solution, project.Id, _diagnosticIds, shouldIncludeAnalyzer: null,
_includeSuppressedDiagnostics
, includeNonLocalDocumentDiagnostics: false, cancellationToken).ConfigureAwait(false);