1 instantiation of NonLocalDiagnosticsAnalyzer
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (1)
1316
=> ImmutableArray.Create<DiagnosticAnalyzer>(new
NonLocalDiagnosticsAnalyzer
());
2 references to NonLocalDiagnosticsAnalyzer
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (2)
1323
[|#pragma warning disable {
NonLocalDiagnosticsAnalyzer
.DiagnosticId}
1325
#pragma warning restore {
NonLocalDiagnosticsAnalyzer
.DiagnosticId}|]