3 writes to Run
dotnet-aot (3)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
207
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
= value!,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (2)
230
cache.CurrentEntry.
Run
= cache.PreviousEntry.Run;
280
cache.PreviousEntry.
Run
= null;
7 references to Run
dotnet-aot (7)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
206
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).
Run
,
parent\dotnet\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)