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