2 references to MaxPath
MSBuildTaskHost (2)
Utilities\FileUtilities.cs (2)
181string message = string.Format(SR.Shared_PathTooLong, path, NativeMethods.MaxPath); 288=> path.Length >= NativeMethods.MaxPath; // >= not > because MAX_PATH assumes a trailing null