8 references to Length
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
670long byteCount = fi.Length;
System.Activities (1)
System\Activities\Debugger\SourceLocationProvider.cs (1)
145buffer = new byte[fi.Length];
System.IO.Log (1)
System\IO\Log\LogArchiveSnapshot.cs (1)
111regions.Add(new FileRegion(containerInfo.Length,
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
117fileSize = (fileInfo.Exists) ? fileInfo.Length : -1;
System.Web (3)
Compilation\AssemblyBuilder.cs (1)
310return info.Length;
StaticFileHandler.cs (1)
532fileLength = fileInfo.Length;
Util\HashCodeCombiner.cs (1)
179AddFileSize(file.Length);
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
81if (fileInfo.Exists && fileInfo.Length == 0 && (fileInfo.Attributes & FileAttributes.ReparsePoint) == 0)