1 reference to FromString
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Workload\InstallStateContents.cs (1)
31
return File.Exists(path) ?
FromString
(File.ReadAllText(path)) : new InstallStateContents();