4 writes to _currentStreamPosition
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (4)
168_currentStreamPosition = newStreamPosition; 234_currentStreamPosition = newStreamPosition; 254_currentStreamPosition = newStreamPosition; 320_currentStreamPosition = newStreamPosition;
10 references to _currentStreamPosition
WindowsBase (10)
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (10)
81return _currentStreamPosition; 133if (_currentStreamLength < _currentStreamPosition) 145long newStreamPosition = _currentStreamPosition; 170return _currentStreamPosition; 182Debug.Assert(_currentStreamPosition >= 0); 189if (_currentStreamLength <= _currentStreamPosition) 201long newStreamPosition = _currentStreamPosition; 274Debug.Assert(_currentStreamPosition >= 0); 285long newStreamPosition = _currentStreamPosition; 321_currentStreamLength = Math.Max(_currentStreamLength, _currentStreamPosition);