8 references to DiagnosticCategory
ILLink.RoslynAnalyzer (8)
src\runtime\src\tools\illink\src\ILLink.Shared\DiagnosticId.cs (7)
257
> 2000 and < 3000 =>
DiagnosticCategory
.Trimming,
258
>= 3000 and < 3050 =>
DiagnosticCategory
.SingleFile,
259
5005 or 5006 or 5007 =>
DiagnosticCategory
.Safety,
260
>= 3050 and <= 6000 =>
DiagnosticCategory
.AOT,
267
DiagnosticCategory
.Trimming => $"https://learn.microsoft.com/dotnet/core/deploying/trimming/trim-warnings/il{(int)diagnosticId}",
268
DiagnosticCategory
.SingleFile => $"https://learn.microsoft.com/dotnet/core/deploying/single-file/warnings/il{(int)diagnosticId}",
269
DiagnosticCategory
.AOT => $"https://learn.microsoft.com/dotnet/core/deploying/native-aot/warnings/il{(int)diagnosticId}",
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\DiagnosticContext.cs (1)
12
/// Typically the suppressions will be based on diagnostic category <see cref="
DiagnosticCategory
"/>: