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)
21
public readonly int Count =>
_state
< 2 ?
_state
: _multiple!.Count;
25
switch (
_state
)
48
switch (
_state
)