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