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)
225
cache?.CurrentEntry.
Run
= cache.PreviousEntry?.Run;
359
cache.CurrentEntry.
Run
= LastRunProperties;
1071
cache.CurrentEntry.
Run
= cache.PreviousEntry.Run;
1124
cache.PreviousEntry.
Run
= null;
7 references to Run
dotnet (7)
_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)
202
cachedRunProperties = cacheEntry?.
Run
;
477
cachedRunProperties = projectBuilder.LastRunProperties ?? projectBuilder.LastBuild.Cache?.CurrentEntry.
Run
;
Commands\Run\VirtualProjectBuildingCommand.cs (3)
225
cache?.CurrentEntry.Run = cache.PreviousEntry?.
Run
;
1003
else if (cache.PreviousEntry.
Run
== null)
1071
cache.CurrentEntry.Run = cache.PreviousEntry.
Run
;