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