8 references to All
dotnet-aot (8)
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (7)
78BuildLevel.All => new RunPlan(RunTier.MSBuildBuild, RunDecisionReason.FullBuildRequired, cache), 208return BuildLevel.All; 219return BuildLevel.All; 239return BuildLevel.All; 247return BuildLevel.All; 254return BuildLevel.All; 262return BuildLevel.All;
parent\dotnet\Commands\Run\RunPlan.cs (1)
29RunTier.MSBuildBuild => BuildLevel.All,