1 write to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Diagnostics\TestDiagnosticAnalyzerDriver.cs (1)
46_includeSuppressedDiagnostics = includeSuppressedDiagnostics;
3 references to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Diagnostics\TestDiagnosticAnalyzerDriver.cs (3)
62var dxs = await _diagnosticAnalyzerService.GetDiagnosticsAsync(project.Solution, project.Id, document.Id, _includeSuppressedDiagnostics); 73var dxs = await _diagnosticAnalyzerService.GetDiagnosticsAsync(project.Solution, project.Id, includeSuppressedDiagnostics: _includeSuppressedDiagnostics); 79if (!_includeSuppressedDiagnostics)