11 references to All
dotnet (11)
Commands\Run\RunCommand.cs (3)
187runPropertiesFromEvaluation = projectBuilder?.LastBuild.Level == BuildLevel.All; 200cachedRunProperties = buildLevel != BuildLevel.All ? cache?.PreviousEntry?.Run : null; 1166usedMSBuild: projectBuilder.LastBuild.Level is BuildLevel.All,
Commands\Run\VirtualProjectBuildingCommand.cs (8)
250buildLevel = BuildLevel.All; 255Debug.Assert(buildLevel is BuildLevel.All or BuildLevel.Csc); 1049return BuildLevel.All; 1060return BuildLevel.All; 1082return BuildLevel.All; 1090return BuildLevel.All; 1097return BuildLevel.All; 1105return BuildLevel.All;