3 references to DiagnosticId
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (3)
1505
new(
DiagnosticId
, "NonLocalDiagnosticTitle", "NonLocalDiagnosticMessage", "NonLocalDiagnosticCategory", DiagnosticSeverity.Warning, isEnabledByDefault: true);
1530
[|#pragma warning disable {{NonLocalDiagnosticsAnalyzer.
DiagnosticId
}}
1532
#pragma warning restore {{NonLocalDiagnosticsAnalyzer.
DiagnosticId
}}|]