2 writes to PolymorphicTypeInfo
System.Text.Json (2)
System\Text\Json\Serialization\WriteStackFrame.cs (2)
129PolymorphicTypeInfo = typeInfo.AncestorPolymorphicType ?? typeInfo; 143PolymorphicTypeInfo = derivedJsonTypeInfo;
5 references to PolymorphicTypeInfo
System.Text.Json (5)
System\Text\Json\Serialization\WriteStackFrame.cs (5)
110? PolymorphicTypeInfo! 123if (PolymorphicTypeInfo?.Type != runtimeType) 133return PolymorphicTypeInfo; 154Debug.Assert(PolymorphicTypeInfo is not null); 156return PolymorphicTypeInfo.Converter;