1 write to _filename
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
86_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)
106bool success = NativeMethodsShared.GetFileAttributesEx(_filename, 0, ref data); 119&& _filename.Length <= NativeMethodsShared.MaxPath) 126Length = new FileInfo(_filename).Length; 143var fileInfo = new FileInfo(_filename); 155var directoryInfo = new DirectoryInfo(_filename); 194var length = (new FileInfo(_filename)).Length;