Base:
property
Length
System.IO.Stream.Length
3 references to Length
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (3)
65
long size = _localFileHeader.Size + _fileItemStream.
Length
;
171
_localFileDataDescriptor.CompressedSize = _fileItemStream.
Length
;
278
compressedSize = _fileItemStream.
Length
;