3 writes to _bytesRead
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
30_bytesRead = 0; 310_bytesRead += bytes; 339_bytesRead++;
8 references to _bytesRead
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (8)
46numBytes <= _bytesRead; 53if (_bytesRead == _maxBytes && _lastProgressEventByte < _maxBytes) 318_maxBytes = _bytesRead > _maxBytes ? _bytesRead : _maxBytes; 321if (((_lastProgressEventByte + _bytesInterval) <= _bytesRead) || 340_maxBytes = _bytesRead > _maxBytes ? _bytesRead : _maxBytes; 344if (((_lastProgressEventByte + _bytesInterval) <= _bytesRead) ||