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