8 references to MAX_PATH
Microsoft.Build (1)
FileMatcher.cs (1)
1191
using (var matchFileExpression = new ReuseableStringBuilder(FileSpecRegexMinLength + NativeMethodsShared.
MAX_PATH
))
Microsoft.Build.Framework (5)
NativeMethods.cs (5)
560
internal static bool HasMaxPath => MaxPath ==
MAX_PATH
;
593
_maxPath = isMaxPathRestricted ?
MAX_PATH
: int.MaxValue;
1524
char* buffer = stackalloc char[
MAX_PATH
];
1525
int fullPathLength = GetFullPathWin32(path,
MAX_PATH
, buffer, IntPtr.Zero);
1528
if (fullPathLength >
MAX_PATH
)
Microsoft.Build.Tasks.Core (1)
FileMatcher.cs (1)
1191
using (var matchFileExpression = new ReuseableStringBuilder(FileSpecRegexMinLength + NativeMethodsShared.
MAX_PATH
))
Microsoft.Build.Utilities.Core (1)
FileMatcher.cs (1)
1191
using (var matchFileExpression = new ReuseableStringBuilder(FileSpecRegexMinLength + NativeMethodsShared.
MAX_PATH
))