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)
77_storedOffsetOfCompressedData = null; 135_storedOffsetOfCompressedData = null; 472_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)
465if (_storedOffsetOfCompressedData == null) 474return _storedOffsetOfCompressedData.Value;