5 writes to Run
dotnet (5)
_generated\40\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
207
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
= value!,
Commands\Run\FileBasedAppRunPlan.cs (2)
230
cache.CurrentEntry.
Run
= cache.PreviousEntry.Run;
280
cache.PreviousEntry.
Run
= null;
Commands\Run\VirtualProjectBuildingCommand.cs (2)
152
cache?.CurrentEntry.
Run
= cache.PreviousEntry?.Run;
287
cache.CurrentEntry.
Run
= LastRunProperties;
10 references to Run
dotnet (10)
_generated\40\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
206
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
,
Commands\Run\FileBasedAppRunPlan.cs (6)
104
Run
: null,
171
if (validatedEntry.
Run
is { Command.Length: > 0 } runProperties)
182
Run
: null,
230
cache.CurrentEntry.Run = cache.PreviousEntry.
Run
;
447
if (previousCacheEntry.
Run
is { Command: { } previousRunCommand } &&
567
else if (cache.PreviousEntry.
Run
== null)
Commands\Run\RunCommand.cs (2)
200
cachedRunProperties = buildLevel != BuildLevel.All ? cache?.PreviousEntry?.
Run
: null;
432
cachedRunProperties = projectBuilder.LastRunProperties ?? projectBuilder.LastBuild.Cache?.CurrentEntry.
Run
;
Commands\Run\VirtualProjectBuildingCommand.cs (1)
152
cache?.CurrentEntry.Run = cache.PreviousEntry?.
Run
;