2 references to MAX_PATH
MSBuildTaskHost (2)
NativeMethods.cs (2)
561
internal static bool HasMaxPath => MaxPath ==
MAX_PATH
;
594
_maxPath = isMaxPathRestricted ?
MAX_PATH
: int.MaxValue;