3 writes to _maxCount
System.Text.Json (3)
System\Text\Json\Serialization\StreamReadBufferState.cs (3)
47
_maxCount
= _count = _offset = 0;
142
_maxCount
= _count;
162
_maxCount
= _count;
3 references to _maxCount
System.Text.Json (3)
System\Text\Json\Serialization\StreamReadBufferState.cs (3)
136
int oldMaxCount =
_maxCount
;
160
if (_count >
_maxCount
)
182
new Span<byte>(_buffer, 0,
_maxCount
).Clear();