3 writes to _maxCount
System.Text.Json (3)
System\Text\Json\Serialization\StreamReadBufferState.cs (3)
47
_maxCount
= _count = _offset = 0;
144
_maxCount
= _count;
172
_maxCount
= _count;
3 references to _maxCount
System.Text.Json (3)
System\Text\Json\Serialization\StreamReadBufferState.cs (3)
138
int oldMaxCount =
_maxCount
;
170
if (_count >
_maxCount
)
192
new Span<byte>(_buffer, 0,
_maxCount
).Clear();