2 references to s_options
dotnet (2)
Commands\Workload\InstallStateContents.cs (2)
35return JsonSerializer.Deserialize<InstallStateContents>(contents, s_options) ?? new InstallStateContents(); 45return JsonSerializer.Serialize(this, s_options);