3 references to ReadDictionaryKey
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (3)
116
TKey key =
ReadDictionaryKey
(_keyConverter, ref reader, ref state, options);
141
TKey key =
ReadDictionaryKey
(_keyConverter, ref reader, ref state, options);
269
key =
ReadDictionaryKey
(_keyConverter, ref reader, ref state, options);