1 write to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
Diagnostics\TestDiagnosticAnalyzerDriver.cs (1)
34
_includeSuppressedDiagnostics
= includeSuppressedDiagnostics;
3 references to _includeSuppressedDiagnostics
Microsoft.CodeAnalysis.Features.Test.Utilities (3)
Diagnostics\TestDiagnosticAnalyzerDriver.cs (3)
53
_includeSuppressedDiagnostics
, includeLocalDocumentDiagnostics: true, _includeNonLocalDocumentDiagnostics, CancellationToken.None);
66
_includeSuppressedDiagnostics
, includeLocalDocumentDiagnostics: true, _includeNonLocalDocumentDiagnostics, CancellationToken.None);
72
if (!
_includeSuppressedDiagnostics
)