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