4 writes to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
50_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
System\IO\Compression\ZipArchiveEntry.cs (3)
77_storedOffsetOfCompressedData = null; 135_storedOffsetOfCompressedData = null; 402_storedOffsetOfCompressedData = _archive.ArchiveStream.Position;
4 references to _storedOffsetOfCompressedData
System.IO.Compression (4)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
43if (_storedOffsetOfCompressedData == null) 52return _storedOffsetOfCompressedData.Value;
System\IO\Compression\ZipArchiveEntry.cs (2)
395if (_storedOffsetOfCompressedData == null) 404return _storedOffsetOfCompressedData.Value;