1 write to _inferClosedTypePolymorphism
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonPolymorphicAttribute.cs (1)
42set => _inferClosedTypePolymorphism = value;
2 references to _inferClosedTypePolymorphism
System.Text.Json (2)
System\Text\Json\Serialization\Attributes\JsonPolymorphicAttribute.cs (2)
41get => _inferClosedTypePolymorphism ?? false; 49internal bool? InferClosedTypePolymorphismOrNull => _inferClosedTypePolymorphism;