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