3 writes to _bytesRead
PresentationFramework (3)
MS\Internal\Navigation\BindStream.cs (3)
34_bytesRead = 0; 314_bytesRead += bytes; 343_bytesRead++;
8 references to _bytesRead
PresentationFramework (8)
MS\Internal\Navigation\BindStream.cs (8)
50numBytes <= _bytesRead; 57if (_bytesRead == _maxBytes && _lastProgressEventByte < _maxBytes) 322_maxBytes = _bytesRead > _maxBytes ? _bytesRead : _maxBytes; 325if (((_lastProgressEventByte + _bytesInterval) <= _bytesRead) || 344_maxBytes = _bytesRead > _maxBytes ? _bytesRead : _maxBytes; 348if (((_lastProgressEventByte + _bytesInterval) <= _bytesRead) ||