2 references to s_defaultOptions
NuGet.Protocol (2)
_generated\142\JsonContext.g.cs (2)
35
public static global::NuGet.Protocol.Utility.JsonContext Default { get; } = new global::NuGet.Protocol.Utility.JsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
40
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;