12 references to MaxPath
Microsoft.Build (2)
FileUtilities.cs (2)
1212
return path.Length >= NativeMethodsShared.
MaxPath
;
1218
int maxPath = NativeMethodsShared.
MaxPath
;
Microsoft.Build.Engine.OM.UnitTests (2)
FileUtilities.cs (2)
1212
return path.Length >= NativeMethodsShared.
MaxPath
;
1218
int maxPath = NativeMethodsShared.
MaxPath
;
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
561
internal static bool HasMaxPath =>
MaxPath
== MAX_PATH;
Microsoft.Build.Tasks.Core (3)
FileState.cs (1)
119
&& _filename.Length <= NativeMethodsShared.
MaxPath
)
FileUtilities.cs (2)
1212
return path.Length >= NativeMethodsShared.
MaxPath
;
1218
int maxPath = NativeMethodsShared.
MaxPath
;
Microsoft.Build.Utilities.Core (2)
FileUtilities.cs (2)
1212
return path.Length >= NativeMethodsShared.
MaxPath
;
1218
int maxPath = NativeMethodsShared.
MaxPath
;
MSBuild (2)
FileUtilities.cs (2)
1212
return path.Length >= NativeMethodsShared.
MaxPath
;
1218
int maxPath = NativeMethodsShared.
MaxPath
;