4 writes to LastBuild
dotnet (4)
Commands\Run\VirtualProjectBuildingCommand.cs (4)
187
LastBuild
= (BuildLevel.None, Cache: null);
195
LastBuild
= (BuildLevel.None, Cache: null);
209
LastBuild
= (BuildLevel.All, cache);
215
LastBuild
= (buildLevel, cache);
5 references to LastBuild
dotnet (5)
Commands\Run\RunCommand.cs (5)
476
projectFactory = CanUseRunPropertiesForCscBuiltProgram(projectBuilder.
LastBuild
.Level, projectBuilder.
LastBuild
.Cache?.PreviousEntry) ? null : projectBuilder.CreateProjectInstance;
477
cachedRunProperties = projectBuilder.LastRunProperties ?? projectBuilder.
LastBuild
.Cache?.CurrentEntry.Run;
1097
usedMSBuild: projectBuilder.
LastBuild
.Level is BuildLevel.All,
1098
usedRoslynCompiler: projectBuilder.
LastBuild
.Level is BuildLevel.Csc);