3 writes to _isConfigured
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPolymorphismOptions.cs (3)
47
_isConfigured
= true;
64
_isConfigured
= true;
83
_isConfigured
= true;
1 reference to _isConfigured
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPolymorphismOptions.cs (1)
92
internal bool IsEmpty => !
_isConfigured
&& _derivedTypes is not { Count: > 0 };