1 write to _filename
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
93_filename = FileUtilities.AttemptToShortenPath(filename); // This is no-op unless the path actually is too long
6 references to _filename
Microsoft.Build.Tasks.Core (6)
FileState.cs (6)
115bool success = PInvoke.GetFileAttributesEx(_filename, out WIN32_FILE_ATTRIBUTE_DATA data); 128&& _filename.Length <= NativeMethodsShared.MaxPath) 135Length = new FileInfo(_filename).Length; 152var fileInfo = new FileInfo(_filename); 164var directoryInfo = new DirectoryInfo(_filename); 205var length = (new FileInfo(_filename)).Length;