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