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