2 references to IsPathTooLong
Microsoft.Build.Tasks.Core (2)
FileUtilities.cs (2)
509if (IsPathTooLong(uncheckedFullPath)) 1234if (IsPathTooLong(path) || IsPathTooLongIfRooted(path))