5 writes to Run
dotnet (5)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
205
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
= value!,
Commands\Run\VirtualProjectBuildingCommand.cs (4)
223
cache?.CurrentEntry.
Run
= cache.PreviousEntry?.Run;
357
cache.CurrentEntry.
Run
= LastRunProperties;
1066
cache.CurrentEntry.
Run
= cache.PreviousEntry.Run;
1119
cache.PreviousEntry.
Run
= null;
7 references to Run
dotnet (7)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (2)
204
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
,
285
RunPropertiesSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)value).
Run
);
Commands\Run\RunCommand.cs (2)
201
cachedRunProperties = cacheEntry?.
Run
;
476
cachedRunProperties = projectBuilder.LastRunProperties ?? projectBuilder.LastBuild.Cache?.CurrentEntry.
Run
;
Commands\Run\VirtualProjectBuildingCommand.cs (3)
223
cache?.CurrentEntry.Run = cache.PreviousEntry?.
Run
;
998
else if (cache.PreviousEntry.
Run
== null)
1066
cache.CurrentEntry.Run = cache.PreviousEntry.
Run
;