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