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