2 overrides of ConvertCollection
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\ImmutableDictionaryOfTKeyTValueConverter.cs (1)
29
protected sealed override void
ConvertCollection
(ref ReadStack state, JsonSerializerOptions options)
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
38
protected override void
ConvertCollection
(ref ReadStack state, JsonSerializerOptions options)
1 reference to ConvertCollection
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (1)
307
ConvertCollection
(ref state, options);