2 writes to BuildLevel
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
220cache.CurrentEntry.BuildLevel = BuildLevel.All; 226cache.CurrentEntry.BuildLevel = buildLevel;
3 references to BuildLevel
dotnet (3)
Commands\Run\RunCommand.cs (1)
338(level == BuildLevel.None && previousCache?.BuildLevel == BuildLevel.Csc);
Commands\Run\VirtualProjectBuildingCommand.cs (2)
675if (PreviousEntry?.BuildLevel != BuildLevel.Csc) 678$"(it was {PreviousEntry?.BuildLevel.ToString() ?? "N/A"}).");