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)
92internal bool IsEmpty => !_isConfigured && _derivedTypes is not { Count: > 0 };