3 writes to _state
System.Text.Json (3)
System\Text\Json\ValueQueue.cs (3)
29_state = 1; 36_state = 2; 57_state = 0;
4 references to _state
System.Text.Json (4)
System\Text\Json\ValueQueue.cs (4)
21public readonly int Count => _state < 2 ? _state : _multiple!.Count; 25switch (_state) 48switch (_state)