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