2 references to FormatPathTooLong
Microsoft.Build.Framework (2)
FileSystem\WindowsFileSystem.cs (1)
61
throw new PathTooLongException(SR.
FormatPathTooLong
(path, NativeMethods.MaxPath));
FileUtilities.cs (1)
692
throw new PathTooLongException(SR.
FormatPathTooLong
(path, NativeMethods.MaxPath));