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