5 writes to _currentStreamPosition
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOModeEnforcingStream.cs (5)
119_currentStreamPosition = newLength; 152_currentStreamPosition = newStreamPosition; 173checked{_currentStreamPosition += readResult;} 178_currentStreamPosition = originalStreamPosition; 204checked{_currentStreamPosition += count;}
7 references to _currentStreamPosition
WindowsBase (7)
Base\MS\Internal\IO\Zip\ZipIOModeEnforcingStream.cs (7)
98return _currentStreamPosition; 118if (newLength < _currentStreamPosition) 129long newStreamPosition = _currentStreamPosition; 154return _currentStreamPosition; 166long originalStreamPosition = _currentStreamPosition; 171_baseStream.Seek(_currentStreamPosition, SeekOrigin.Begin); 200_baseStream.Seek(_currentStreamPosition, SeekOrigin.Begin);