1 override of IncludeSuppressedDiagnostics
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\Suppression\RemoveSuppressionTests.cs (1)
22
protected override bool
IncludeSuppressedDiagnostics
=> true;
2 references to IncludeSuppressedDiagnostics
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
Diagnostics\AbstractSuppressionDiagnosticTest.cs (2)
56
if (!
IncludeSuppressedDiagnostics
)
88
var testDriver = new TestDiagnosticAnalyzerDriver(workspace, includeSuppressedDiagnostics:
IncludeSuppressedDiagnostics
);