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