20 references to MaxPath
Microsoft.Build (4)
FileUtilities.cs (3)
511string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1274return path.Length >= NativeMethodsShared.MaxPath; 1280int 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)
1274return path.Length >= NativeMethodsShared.MaxPath; 1280int 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 (4)
FileState.cs (1)
119&& _filename.Length <= NativeMethodsShared.MaxPath)
FileUtilities.cs (2)
1274return path.Length >= NativeMethodsShared.MaxPath; 1280int 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); 1274return path.Length >= NativeMethodsShared.MaxPath; 1280int 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); 1274return path.Length >= NativeMethodsShared.MaxPath; 1280int maxPath = NativeMethodsShared.MaxPath;
WindowsFileSystem.cs (1)
61string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);