2 references to s_defaultOptions
NuGet.ProjectModel (2)
_generated\11\CacheFileSourceGen.g.cs (2)
26
public static global::NuGet.ProjectModel.CacheFileFormat.CacheFileSourceGen Default { get; } = new global::NuGet.ProjectModel.CacheFileFormat.CacheFileSourceGen(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
31
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;