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