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