3 writes to PolymorphicJsonTypeInfo
System.Text.Json (3)
System\Text\Json\Serialization\ReadStack.cs (3)
216Current.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)
55Debug.Assert(state.Current.PolymorphicJsonTypeInfo is null);
System\Text\Json\Serialization\ReadStack.cs (5)
213Debug.Assert(Current.PolymorphicJsonTypeInfo == null); 232Debug.Assert(Current.PolymorphicJsonTypeInfo != null); 236(Current.JsonTypeInfo, Current.PolymorphicJsonTypeInfo) = (Current.PolymorphicJsonTypeInfo, Current.JsonTypeInfo); 246Debug.Assert(Current.PolymorphicJsonTypeInfo != null); 250(Current.JsonTypeInfo, Current.PolymorphicJsonTypeInfo) = (Current.PolymorphicJsonTypeInfo, Current.JsonTypeInfo);
System\Text\Json\Serialization\ReadStackFrame.cs (1)
63? PolymorphicJsonTypeInfo!