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