2 writes to DictionaryKey
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
281state.Current.DictionaryKey = key; 296state.Current.DictionaryKey = key;
1 reference to DictionaryKey
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (1)
274key = (TKey)state.Current.DictionaryKey!;