4 writes to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
168_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
System\IO\Compression\ZipArchiveEntry.cs (3)
125_storedOffsetOfCompressedData = null; 182_storedOffsetOfCompressedData = null; 615_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
4 references to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
156if (_storedOffsetOfCompressedData == null) 170return _storedOffsetOfCompressedData.Value;
System\IO\Compression\ZipArchiveEntry.cs (2)
603if (_storedOffsetOfCompressedData == null) 618return _storedOffsetOfCompressedData.Value;