8 references to Length
Microsoft.DotNet.Internal.SymbolHelper (1)
SymbolUploadHelper.cs (1)
281
Debug.Assert(entry.
Length
== 0);
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ZipVerifier.cs (1)
37
ContentSize = 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)
129
if (source.
Length
!= 0)
System.IO.Packaging (1)
System\IO\Packaging\ZipWrappingStream.cs (1)
125
return _zipArchiveEntry.
Length
;