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