3 writes to Length
Microsoft.Build.Tasks.Core (3)
FileState.cs (3)
127Length = new FileInfo(_filename).Length; 140Length = IsDirectory ? 0 : (((long)data.fileSizeHigh << 0x20) | data.fileSizeLow); 152Length = fileInfo.Length;
1 reference to Length
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
298return _data.Value.Length;