5 overrides of CreateCollection
System.Text.Json (5)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
31
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IDictionaryOfTKeyTValueConverter.cs (1)
31
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\ImmutableDictionaryOfTKeyTValueConverter.cs (1)
23
protected sealed override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IReadOnlyDictionaryOfTKeyTValueConverter.cs (1)
22
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
32
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)