3 references to MaxPath
Microsoft.Build.Framework (3)
FileUtilities.cs (2)
234=> path.Length >= NativeMethods.MaxPath; // >= not > because MAX_PATH assumes a trailing null 1455int maxPath = NativeMethods.MaxPath;
NativeMethods.cs (1)
257internal static bool HasMaxPath => MaxPath == MAX_PATH;