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