3 references to InferClosedTypePolymorphism
System.Text.Json (3)
src\runtime\src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
192/// Specifies the default value of <see cref="JsonSerializerOptions.InferClosedTypePolymorphism"/> when set.
System\Text\Json\Serialization\Attributes\JsonPolymorphicAttribute.cs (1)
34/// Setting this property overrides <see cref="JsonSerializerOptions.InferClosedTypePolymorphism"/>
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
101bool inferClosedTypePolymorphism = inferClosedTypePolymorphismOverride ?? typeInfo.Options.InferClosedTypePolymorphism;