6 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)
558internal static bool HasMaxPath => MaxPath == MAX_PATH; 591_maxPath = isMaxPathRestricted ? MAX_PATH : int.MaxValue;
Microsoft.Build.Tasks.Core (2)
ComReference.cs (1)
409for (int bufferSize = NativeMethodsShared.MAX_PATH; bufferSize <= NativeMethodsShared.MaxPath; bufferSize *= 2)
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))