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