2 references to s_defaultOptions
NuGet.CommandLine.XPlat (2)
_generated\35\PackageSearchJsonContext.g.cs (2)
24
public static global::NuGet.CommandLine.XPlat.PackageSearchJsonContext Default { get; } = new global::NuGet.CommandLine.XPlat.PackageSearchJsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
29
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;