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)
62
var dxs = await _diagnosticAnalyzerService.GetDiagnosticsAsync(project.Solution, project.Id, document.Id,
_includeSuppressedDiagnostics
);
73
var dxs = await _diagnosticAnalyzerService.GetDiagnosticsAsync(project.Solution, project.Id, includeSuppressedDiagnostics:
_includeSuppressedDiagnostics
);
79
if (!
_includeSuppressedDiagnostics
)