4 writes to LastBuild
dotnet (4)
Commands\Run\VirtualProjectBuildingCommand.cs (4)
185
LastBuild
= (BuildLevel.None, Cache: null);
193
LastBuild
= (BuildLevel.None, Cache: null);
207
LastBuild
= (BuildLevel.All, cache);
213
LastBuild
= (buildLevel, cache);
5 references to LastBuild
dotnet (5)
Commands\Run\RunCommand.cs (5)
475
projectFactory = CanUseRunPropertiesForCscBuiltProgram(projectBuilder.
LastBuild
.Level, projectBuilder.
LastBuild
.Cache?.PreviousEntry) ? null : projectBuilder.CreateProjectInstance;
476
cachedRunProperties = projectBuilder.LastRunProperties ?? projectBuilder.
LastBuild
.Cache?.CurrentEntry.Run;
1096
usedMSBuild: projectBuilder.
LastBuild
.Level is BuildLevel.All,
1097
usedRoslynCompiler: projectBuilder.
LastBuild
.Level is BuildLevel.Csc);