5 references to MAX_PATH
Microsoft.Build (1)
FileMatcher.cs (1)
1194using (var matchFileExpression = new ReuseableStringBuilder(FileSpecRegexMinLength + NativeMethodsShared.MAX_PATH))
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
561internal static bool HasMaxPath => MaxPath == MAX_PATH; 594_maxPath = isMaxPathRestricted ? MAX_PATH : int.MaxValue;
Microsoft.Build.Tasks.Core (1)
FileMatcher.cs (1)
1194using (var matchFileExpression = new ReuseableStringBuilder(FileSpecRegexMinLength + NativeMethodsShared.MAX_PATH))
Microsoft.Build.Utilities.Core (1)
FileMatcher.cs (1)
1194using (var matchFileExpression = new ReuseableStringBuilder(FileSpecRegexMinLength + NativeMethodsShared.MAX_PATH))