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