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