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