5 references to IO_PathTooLong
System.Private.CoreLib (5)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
147new PathTooLongException(SR.IO_PathTooLong);
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
48string.IsNullOrEmpty(path) ? SR.IO_PathTooLong : SR.Format(SR.IO_PathTooLong_Path, path));
src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (3)
15: base(SR.IO_PathTooLong) 21: base(message ?? SR.IO_PathTooLong) 27: base(message ?? SR.IO_PathTooLong, innerException)