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