2 writes to PolymorphicTypeInfo
System.Text.Json (2)
System\Text\Json\Serialization\WriteStackFrame.cs (2)
130PolymorphicTypeInfo = typeInfo.AncestorPolymorphicType ?? typeInfo; 144PolymorphicTypeInfo = derivedJsonTypeInfo;
5 references to PolymorphicTypeInfo
System.Text.Json (5)
System\Text\Json\Serialization\WriteStackFrame.cs (5)
111? PolymorphicTypeInfo! 124if (PolymorphicTypeInfo?.Type != runtimeType) 134return PolymorphicTypeInfo; 155Debug.Assert(PolymorphicTypeInfo is not null); 157return PolymorphicTypeInfo.Converter;