2 writes to BuildLevel
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
220
cache.CurrentEntry.
BuildLevel
= BuildLevel.All;
226
cache.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)
675
if (PreviousEntry?.
BuildLevel
!= BuildLevel.Csc)
678
$"(it was {PreviousEntry?.
BuildLevel
.ToString() ?? "N/A"}).");