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, 2595005 or 5006 or 5007 => DiagnosticCategory.Safety, 260>= 3050 and <= 6000 => DiagnosticCategory.AOT, 267DiagnosticCategory.Trimming => $"https://learn.microsoft.com/dotnet/core/deploying/trimming/trim-warnings/il{(int)diagnosticId}", 268DiagnosticCategory.SingleFile => $"https://learn.microsoft.com/dotnet/core/deploying/single-file/warnings/il{(int)diagnosticId}", 269DiagnosticCategory.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"/>: