1 write to KeyType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
50KeyType = converter.KeyType;
3 references to KeyType
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
427Debug.Assert(value is null || value.Type == KeyType); 770if (KeyType != null) 772_keyTypeInfo ??= Options.GetTypeInfoInternal(KeyType);