9 references to Length
Microsoft.Build.Tasks.Core (1)
Unzip.cs (1)
311&& zipArchiveEntry.Length == fileInfo.Length;
Microsoft.DotNet.Internal.SymbolHelper (1)
SymbolUploadHelper.cs (1)
281Debug.Assert(entry.Length == 0);
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
209yield return (relativePath, contentStream, entry.Length);
Microsoft.ML.Core (2)
Data\Repository.cs (2)
540ExceptionContext.CheckDecode(entry.Length < int.MaxValue, "Repository stream too large to read into memory"); 541stream = new MemoryStream((int)entry.Length);
Microsoft.ML.Ensemble (2)
EntryPoints\CreateEnsemble.cs (2)
340dataSerialized[i] = new byte[entries[i].Length]; 342s.ReadExactly(dataSerialized[i], 0, (int)entries[i].Length);
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (1)
126if (source.Length != 0)
System.IO.Packaging (1)
System\IO\Packaging\ZipWrappingStream.cs (1)
125return _zipArchiveEntry.Length;