2 writes to RuntimeVersion
dotnet (2)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
185Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).RuntimeVersion = value!,
Commands\Run\VirtualProjectBuildingCommand.cs (1)
785RuntimeVersion = CSharpCompilerCommand.RuntimeVersion,
6 references to RuntimeVersion
dotnet (6)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (2)
184Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)obj).RuntimeVersion, 283writer.WriteString(PropName_RuntimeVersion, ((global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry)value).RuntimeVersion);
Commands\Run\VirtualProjectBuildingCommand.cs (4)
884if (previousCacheEntry.RuntimeVersion != cacheEntry.RuntimeVersion) 888Building because previous runtime version ({previousCacheEntry.RuntimeVersion}) does not match current ({cacheEntry.RuntimeVersion}): {successCacheFile.FullName}