22 references to MaxPath
Microsoft.Build (4)
FileUtilities.cs (3)
511string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1245return path.Length >= NativeMethodsShared.MaxPath; 1251int maxPath = NativeMethodsShared.MaxPath;
WindowsFileSystem.cs (1)
61string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
Microsoft.Build.Engine.OM.UnitTests (3)
FileUtilities.cs (2)
1245return path.Length >= NativeMethodsShared.MaxPath; 1251int maxPath = NativeMethodsShared.MaxPath;
WindowsFileSystem.cs (1)
61string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
560internal static bool HasMaxPath => MaxPath == MAX_PATH;
Microsoft.Build.Tasks.Core (6)
ComReference.cs (1)
409for (int bufferSize = NativeMethodsShared.MAX_PATH; bufferSize <= NativeMethodsShared.MaxPath; bufferSize *= 2)
FileState.cs (1)
119&& _filename.Length <= NativeMethodsShared.MaxPath)
FileUtilities.cs (3)
511string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1245return path.Length >= NativeMethodsShared.MaxPath; 1251int maxPath = NativeMethodsShared.MaxPath;
WindowsFileSystem.cs (1)
61string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
Microsoft.Build.Utilities.Core (4)
FileUtilities.cs (3)
511string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1245return path.Length >= NativeMethodsShared.MaxPath; 1251int maxPath = NativeMethodsShared.MaxPath;
WindowsFileSystem.cs (1)
61string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
MSBuild (4)
FileUtilities.cs (3)
511string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1245return path.Length >= NativeMethodsShared.MaxPath; 1251int maxPath = NativeMethodsShared.MaxPath;
WindowsFileSystem.cs (1)
61string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);