4 references to MaxPath
MSBuildTaskHost (4)
FileUtilities.cs (3)
490string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1218return path.Length >= NativeMethodsShared.MaxPath; 1224int maxPath = NativeMethodsShared.MaxPath;
NativeMethods.cs (1)
561internal static bool HasMaxPath => MaxPath == MAX_PATH;