2 references to s_defaultOptions
Microsoft.NET.Sdk.WorkloadManifestReader (2)
_generated\11\InstallStateJsonSerializerContext.g.cs (2)
29
public static global::Microsoft.DotNet.Cli.Commands.Workload.InstallStateJsonSerializerContext Default { get; } = new global::Microsoft.DotNet.Cli.Commands.Workload.InstallStateJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
34
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;