3 references to MAX_PATH
Microsoft.Build.Framework (3)
NativeMethods.cs (2)
257
internal static bool HasMaxPath => MaxPath ==
MAX_PATH
;
290
_maxPath = isMaxPathRestricted ?
MAX_PATH
: int.MaxValue;
Utilities\FileMatcher.cs (1)
1204
using (var matchFileExpression = new ReuseableStringBuilder(FileSpecRegexMinLength + NativeMethods.
MAX_PATH
))