3 references to AOT
illink (3)
src\tools\illink\src\ILLink.Shared\DiagnosticCategory.cs (1)
13
public const string AOT = nameof (
AOT
);
src\tools\illink\src\ILLink.Shared\DiagnosticId.cs (2)
245
>= 3050 and <= 6000 => DiagnosticCategory.
AOT
,
253
DiagnosticCategory.
AOT
=>$"https://learn.microsoft.com/dotnet/core/deploying/native-aot/warnings/il{(int) diagnosticId}",