1 reference to IsRootedNoThrow
Microsoft.Build.Framework (1)
FileUtilities.cs (1)
1457return hasMaxPath && !IsRootedNoThrow(path) && NativeMethods.GetCurrentDirectory().Length + path.Length + 1 /* slash */ >= maxPath;