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)
281
Debug.Assert(entry.
Length
== 0);
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
209
yield return (relativePath, contentStream, entry.
Length
);
Microsoft.ML.Core (2)
Data\Repository.cs (2)
540
ExceptionContext.CheckDecode(entry.
Length
< int.MaxValue, "Repository stream too large to read into memory");
541
stream = new MemoryStream((int)entry.
Length
);
Microsoft.ML.Ensemble (2)
EntryPoints\CreateEnsemble.cs (2)
340
dataSerialized[i] = new byte[entries[i].
Length
];
342
s.ReadExactly(dataSerialized[i], 0, (int)entries[i].
Length
);
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (1)
126
if (source.
Length
!= 0)
System.IO.Packaging (1)
System\IO\Packaging\ZipWrappingStream.cs (1)
125
return _zipArchiveEntry.
Length
;