3 references to IsPathTooLong
Microsoft.Build.Framework (3)
FileSystem\WindowsFileSystem.cs (1)
58
if (!string.IsNullOrEmpty(path) && FileUtilities.
IsPathTooLong
(path))
FileUtilities.cs (2)
690
if (
IsPathTooLong
(uncheckedFullPath))
1445
if (
IsPathTooLong
(path) || IsPathTooLongIfRooted(path))