5 writes to Run
dotnet (5)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
207
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
= value!,
Commands\Run\VirtualProjectBuildingCommand.cs (4)
220
cache?.CurrentEntry.
Run
= cache.PreviousEntry?.Run;
360
cache.CurrentEntry.
Run
= LastRunProperties;
1087
cache.CurrentEntry.
Run
= cache.PreviousEntry.Run;
1140
cache.PreviousEntry.
Run
= null;
8 references to Run
dotnet (8)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (2)
206
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
,
287
RunPropertiesSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)value).
Run
);
Commands\Run\RunCommand.cs (2)
200
cachedRunProperties = buildLevel != BuildLevel.All ? cache?.PreviousEntry?.
Run
: null;
477
cachedRunProperties = projectBuilder.LastRunProperties ?? projectBuilder.LastBuild.Cache?.CurrentEntry.
Run
;
Commands\Run\VirtualProjectBuildingCommand.cs (4)
220
cache?.CurrentEntry.Run = cache.PreviousEntry?.
Run
;
879
if (previousCacheEntry.
Run
is { Command: { } previousRunCommand } &&
1012
else if (cache.PreviousEntry.
Run
== null)
1087
cache.CurrentEntry.Run = cache.PreviousEntry.
Run
;