3 references to IsPathTooLong
Microsoft.Build.Framework (3)
FileSystem\WindowsFileSystem.cs (1)
58if (!string.IsNullOrEmpty(path) && FileUtilities.IsPathTooLong(path))
FileUtilities.cs (2)
690if (IsPathTooLong(uncheckedFullPath)) 1445if (IsPathTooLong(path) || IsPathTooLongIfRooted(path))