3 instantiations of ServiceIndexEntryStringOrArrayConverter
NuGet.Protocol (3)
_generated\23\JsonContext.g.cs (1)
19
new global::NuGet.Protocol.Converters.
ServiceIndexEntryStringOrArrayConverter
(),
_generated\5\JsonContext.ServiceIndexEntryModel.g.cs (2)
77
Converter = (global::System.Text.Json.Serialization.JsonConverter<string[]>)ExpandConverter(typeof(string[]), new global::NuGet.Protocol.Converters.
ServiceIndexEntryStringOrArrayConverter
(), options),
99
Converter = (global::System.Text.Json.Serialization.JsonConverter<string[]>)ExpandConverter(typeof(string[]), new global::NuGet.Protocol.Converters.
ServiceIndexEntryStringOrArrayConverter
(), options),
3 references to ServiceIndexEntryStringOrArrayConverter
NuGet.Protocol (3)
Model\ServiceIndexModel.cs (2)
37
[JsonConverter(typeof(
ServiceIndexEntryStringOrArrayConverter
))]
41
[JsonConverter(typeof(
ServiceIndexEntryStringOrArrayConverter
))]
Utility\JsonContext.cs (1)
14
Converters = [typeof(VersionRangeStjConverter), typeof(
ServiceIndexEntryStringOrArrayConverter
)])]