5 references to MAX_PATH
MSBuildTaskHost (5)
NativeMethods.cs (5)
560internal static bool HasMaxPath => MaxPath == MAX_PATH; 593_maxPath = isMaxPathRestricted ? MAX_PATH : int.MaxValue; 1524char* buffer = stackalloc char[MAX_PATH]; 1525int fullPathLength = GetFullPathWin32(path, MAX_PATH, buffer, IntPtr.Zero); 1528if (fullPathLength > MAX_PATH)