8 references to DiagnosticCategory
ILLink.RoslynAnalyzer (8)
src\runtime\src\tools\illink\src\ILLink.Shared\DiagnosticId.cs (7)
256> 2000 and < 3000 => DiagnosticCategory.Trimming, 257>= 3000 and < 3050 => DiagnosticCategory.SingleFile, 2585005 or 5006 => DiagnosticCategory.Safety, 259>= 3050 and <= 6000 => DiagnosticCategory.AOT, 266DiagnosticCategory.Trimming => $"https://learn.microsoft.com/dotnet/core/deploying/trimming/trim-warnings/il{(int)diagnosticId}", 267DiagnosticCategory.SingleFile => $"https://learn.microsoft.com/dotnet/core/deploying/single-file/warnings/il{(int)diagnosticId}", 268DiagnosticCategory.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"/>: