2 writes to RuntimeVersion
dotnet-aot (2)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
187Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).RuntimeVersion = value!,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (1)
388RuntimeVersion = inputs.RuntimeVersion,
5 references to RuntimeVersion
dotnet-aot (5)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
186Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).RuntimeVersion,
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (4)
463if (previousCacheEntry.RuntimeVersion != cacheEntry.RuntimeVersion) 466Reporter.Verbose.WriteLine($"Building because previous runtime version ({previousCacheEntry.RuntimeVersion}) does not match current ({cacheEntry.RuntimeVersion}): {successCacheFile.FullName}");