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