3 writes to PolymorphicJsonTypeInfo
System.Text.Json (3)
System\Text\Json\Serialization\ReadStack.cs (3)
216
Current.
PolymorphicJsonTypeInfo
= Current.JsonTypeInfo;
236
(Current.JsonTypeInfo, Current.
PolymorphicJsonTypeInfo
) = (Current.PolymorphicJsonTypeInfo, Current.JsonTypeInfo);
250
(Current.JsonTypeInfo, Current.
PolymorphicJsonTypeInfo
) = (Current.PolymorphicJsonTypeInfo, Current.JsonTypeInfo);
7 references to PolymorphicJsonTypeInfo
System.Text.Json (7)
System\Text\Json\Serialization\JsonConverter.MetadataHandling.cs (1)
55
Debug.Assert(state.Current.
PolymorphicJsonTypeInfo
is null);
System\Text\Json\Serialization\ReadStack.cs (5)
213
Debug.Assert(Current.
PolymorphicJsonTypeInfo
== null);
232
Debug.Assert(Current.
PolymorphicJsonTypeInfo
!= null);
236
(Current.JsonTypeInfo, Current.PolymorphicJsonTypeInfo) = (Current.
PolymorphicJsonTypeInfo
, Current.JsonTypeInfo);
246
Debug.Assert(Current.
PolymorphicJsonTypeInfo
!= null);
250
(Current.JsonTypeInfo, Current.PolymorphicJsonTypeInfo) = (Current.
PolymorphicJsonTypeInfo
, Current.JsonTypeInfo);
System\Text\Json\Serialization\ReadStackFrame.cs (1)
63
?
PolymorphicJsonTypeInfo
!