13 references to All
dotnet (13)
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;
Commands\Run\RunCommand.cs (3)
187runPropertiesFromEvaluation = projectBuilder?.LastBuild.Level == BuildLevel.All; 200cachedRunProperties = buildLevel != BuildLevel.All ? cache?.PreviousEntry?.Run : null; 1075usedMSBuild: projectBuilder.LastBuild.Level is BuildLevel.All,
Commands\Run\RunPlan.cs (1)
29RunTier.MSBuildBuild => BuildLevel.All,
Commands\Run\VirtualProjectBuildingCommand.cs (2)
193buildLevel = BuildLevel.All; 198Debug.Assert(buildLevel is BuildLevel.All or BuildLevel.Csc);