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