3 references to IsPathTooLong
MSBuild (3)
FileUtilities.cs (2)
509if (IsPathTooLong(uncheckedFullPath)) 1234if (IsPathTooLong(path) || IsPathTooLongIfRooted(path))
WindowsFileSystem.cs (1)
58if (!string.IsNullOrEmpty(path) && FileUtilities.IsPathTooLong(path))