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