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