2 references to FromString
dotnet (2)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
142
var installStateContents = File.Exists(path) ? InstallStateContents.
FromString
(File.ReadAllText(path)) : new InstallStateContents();
Commands\Workload\InstallStateContents.cs (1)
31
return File.Exists(path) ?
FromString
(File.ReadAllText(path)) : new InstallStateContents();