4 writes to LastBuild
dotnet (4)
Commands\Run\VirtualProjectBuildingCommand.cs (4)
199
LastBuild
= (BuildLevel.None, Cache: null);
207
LastBuild
= (BuildLevel.None, Cache: null);
221
LastBuild
= (BuildLevel.All, cache);
227
LastBuild
= (buildLevel, cache);
5 references to LastBuild
dotnet (5)
Commands\Run\RunCommand.cs (5)
311
projectFactory = CanUseRunPropertiesForCscBuiltProgram(virtualCommand.
LastBuild
.Level, virtualCommand.
LastBuild
.Cache?.PreviousEntry) ? null : virtualCommand.CreateProjectInstance;
312
cachedRunProperties = virtualCommand.
LastBuild
.Cache?.CurrentEntry.Run;
816
usedMSBuild: virtualCommand.
LastBuild
.Level is BuildLevel.All,
817
usedRoslynCompiler: virtualCommand.
LastBuild
.Level is BuildLevel.Csc);