2 references to AncestorPolymorphicType
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (1)
176
if (polymorphicTypeInfo.
AncestorPolymorphicType
is { } ancestorPolymorphicType)
System\Text\Json\Serialization\WriteStackFrame.cs (1)
130
PolymorphicTypeInfo = typeInfo.
AncestorPolymorphicType
?? typeInfo;