8 references to None
dotnet (8)
Commands\Run\FileBasedAppRunPlan.cs (2)
76
BuildLevel.
None
=> new RunPlan(RunTier.CachedLaunch, RunDecisionReason.CacheValid, cache),
214
return BuildLevel.
None
;
Commands\Run\RunCommand.cs (2)
199
projectFactory = CanUseRunPropertiesForCscBuiltProgram(BuildLevel.
None
, cache?.PreviousEntry) ? null : projectBuilder.CreateProjectInstance;
475
(level == BuildLevel.
None
&& previousCache?.BuildLevel == BuildLevel.Csc);
Commands\Run\RunPlan.cs (1)
27
RunTier.CachedLaunch => BuildLevel.
None
,
Commands\Run\VirtualProjectBuildingCommand.cs (3)
122
LastBuild = (BuildLevel.
None
, Cache: null);
130
LastBuild = (BuildLevel.
None
, Cache: null);
144
if (buildLevel is BuildLevel.
None
)