5 overrides of CreateCollection
System.Text.Json (5)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
38
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IDictionaryOfTKeyTValueConverter.cs (1)
43
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\ImmutableDictionaryOfTKeyTValueConverter.cs (1)
35
protected sealed override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\Collection\IReadOnlyDictionaryOfTKeyTValueConverter.cs (1)
34
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
33
protected override void
CreateCollection
(ref Utf8JsonReader reader, scoped ref ReadStack state)
4 references to CreateCollection
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
40
base.
CreateCollection
(ref reader, ref state);
System\Text\Json\Serialization\Converters\Collection\IDictionaryOfTKeyTValueConverter.cs (1)
45
base.
CreateCollection
(ref reader, ref state);
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
92
CreateCollection
(ref reader, ref state);
203
CreateCollection
(ref reader, ref state);