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