4 writes to Run
dotnet (4)
Commands\Run\VirtualProjectBuildingCommand.cs (4)
237
cache.CurrentEntry.
Run
= cache.PreviousEntry?.Run;
356
cache.CurrentEntry.
Run
= RunProperties.FromProject(buildRequest.ProjectInstance);
930
cache.CurrentEntry.
Run
= cache.PreviousEntry.Run;
984
cache.PreviousEntry.
Run
= null;
5 references to Run
dotnet (5)
Commands\Run\RunCommand.cs (2)
152
cachedRunProperties = cacheEntry?.
Run
;
312
cachedRunProperties = virtualCommand.LastBuild.Cache?.CurrentEntry.
Run
;
Commands\Run\VirtualProjectBuildingCommand.cs (3)
237
cache.CurrentEntry.Run = cache.PreviousEntry?.
Run
;
911
else if (cache.PreviousEntry?.
Run
== null)
930
cache.CurrentEntry.Run = cache.PreviousEntry.
Run
;