3 writes to _bytesRead
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
31_bytesRead = 0; 311_bytesRead += bytes; 340_bytesRead++;
8 references to _bytesRead
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (8)
47numBytes <= _bytesRead; 54if (_bytesRead == _maxBytes && _lastProgressEventByte < _maxBytes) 319_maxBytes = _bytesRead > _maxBytes ? _bytesRead : _maxBytes; 322if (((_lastProgressEventByte + _bytesInterval) <= _bytesRead) || 341_maxBytes = _bytesRead > _maxBytes ? _bytesRead : _maxBytes; 345if (((_lastProgressEventByte + _bytesInterval) <= _bytesRead) ||