1 write to _startInSuperStream
System.Formats.Tar (1)
System\Formats\Tar\SubReadStream.cs (1)
30_startInSuperStream = startPosition;
7 references to _startInSuperStream
System.Formats.Tar (7)
System\Formats\Tar\SeekableSubReadStream.cs (5)
32return _positionInSuperStream - _startInSuperStream; 39_positionInSuperStream = _startInSuperStream + value; 87SeekOrigin.Begin => _startInSuperStream + offset, 93if (newPositionInSuperStream < _startInSuperStream) 100return _positionInSuperStream - _startInSuperStream;
System\Formats\Tar\SubReadStream.cs (2)
43return _endInSuperStream - _startInSuperStream; 52return _positionInSuperStream - _startInSuperStream;