2 references to IsPathTooLong
Microsoft.Build.Engine.OM.UnitTests (2)
FileUtilities.cs (1)
1234if (IsPathTooLong(path) || IsPathTooLongIfRooted(path))
WindowsFileSystem.cs (1)
58if (!string.IsNullOrEmpty(path) && FileUtilities.IsPathTooLong(path))