4 writes to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
106_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
System\IO\Compression\ZipArchiveEntry.cs (3)
78_storedOffsetOfCompressedData = null; 136_storedOffsetOfCompressedData = null; 473_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
4 references to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
99if (_storedOffsetOfCompressedData == null) 108return _storedOffsetOfCompressedData.Value;
System\IO\Compression\ZipArchiveEntry.cs (2)
466if (_storedOffsetOfCompressedData == null) 475return _storedOffsetOfCompressedData.Value;