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