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