3 writes to Length
Microsoft.Build.Tasks.Core (3)
FileState.cs (3)
135
Length
= new FileInfo(_filename).Length;
147
Length
= IsDirectory ? 0 : ((long)((ulong)data.nFileSizeHigh << 32) | data.nFileSizeLow);
160
Length
= fileInfo.Length;
1 reference to Length
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
308
return _data.Value.
Length
;