3 writes to Run
dotnet-aot (3)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
207Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).Run = value!,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (2)
230cache.CurrentEntry.Run = cache.PreviousEntry.Run; 280cache.PreviousEntry.Run = null;
7 references to Run
dotnet-aot (7)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
206Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).Run,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (6)
104Run: null, 171if (validatedEntry.Run is { Command.Length: > 0 } runProperties) 182Run: null, 230cache.CurrentEntry.Run = cache.PreviousEntry.Run; 447if (previousCacheEntry.Run is { Command: { } previousRunCommand } && 567else if (cache.PreviousEntry.Run == null)