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