3 writes to PolymorphicJsonTypeInfo
System.Text.Json (3)
System\Text\Json\Serialization\ReadStack.cs (3)
224
Current.
PolymorphicJsonTypeInfo
= Current.JsonTypeInfo;
244
(Current.JsonTypeInfo, Current.
PolymorphicJsonTypeInfo
) = (Current.PolymorphicJsonTypeInfo, Current.JsonTypeInfo);
258
(Current.JsonTypeInfo, Current.
PolymorphicJsonTypeInfo
) = (Current.PolymorphicJsonTypeInfo, Current.JsonTypeInfo);
7 references to PolymorphicJsonTypeInfo
System.Text.Json (7)
System\Text\Json\Serialization\JsonConverter.MetadataHandling.cs (1)
69
Debug.Assert(state.Current.
PolymorphicJsonTypeInfo
is null);
System\Text\Json\Serialization\ReadStack.cs (5)
221
Debug.Assert(Current.
PolymorphicJsonTypeInfo
== null);
240
Debug.Assert(Current.
PolymorphicJsonTypeInfo
!= null);
244
(Current.JsonTypeInfo, Current.PolymorphicJsonTypeInfo) = (Current.
PolymorphicJsonTypeInfo
, Current.JsonTypeInfo);
254
Debug.Assert(Current.
PolymorphicJsonTypeInfo
!= null);
258
(Current.JsonTypeInfo, Current.PolymorphicJsonTypeInfo) = (Current.
PolymorphicJsonTypeInfo
, Current.JsonTypeInfo);
System\Text\Json\Serialization\ReadStackFrame.cs (1)
63
?
PolymorphicJsonTypeInfo
!