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