2 references to s_defaultOptions
dotnet (2)
_generated\123\PackInfoJsonSerializerContext.g.cs (2)
30
public static global::Microsoft.DotNet.Cli.Commands.Workload.PackInfoJsonSerializerContext Default { get; } = new global::Microsoft.DotNet.Cli.Commands.Workload.PackInfoJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
35
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;