4 writes to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
163_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
System\IO\Compression\ZipArchiveEntry.cs (3)
125_storedOffsetOfCompressedData = null; 182_storedOffsetOfCompressedData = null; 610_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
4 references to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
151if (_storedOffsetOfCompressedData == null) 165return _storedOffsetOfCompressedData.Value;
System\IO\Compression\ZipArchiveEntry.cs (2)
598if (_storedOffsetOfCompressedData == null) 613return _storedOffsetOfCompressedData.Value;