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