15 references to MaxPath
Microsoft.Build (2)
FileUtilities.cs (2)
1205return path.Length >= NativeMethodsShared.MaxPath; 1211int maxPath = NativeMethodsShared.MaxPath;
Microsoft.Build.Engine.OM.UnitTests (2)
FileUtilities.cs (2)
1205return path.Length >= NativeMethodsShared.MaxPath; 1211int maxPath = NativeMethodsShared.MaxPath;
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
558internal static bool HasMaxPath => MaxPath == MAX_PATH;
Microsoft.Build.Tasks.Core (5)
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)
490string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1205return path.Length >= NativeMethodsShared.MaxPath; 1211int maxPath = NativeMethodsShared.MaxPath;
Microsoft.Build.Utilities.Core (3)
FileUtilities.cs (3)
490string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath); 1205return path.Length >= NativeMethodsShared.MaxPath; 1211int maxPath = NativeMethodsShared.MaxPath;
MSBuild (2)
FileUtilities.cs (2)
1205return path.Length >= NativeMethodsShared.MaxPath; 1211int maxPath = NativeMethodsShared.MaxPath;