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