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