2 references to IO_PathTooLong_Path
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
146new PathTooLongException(SR.Format(SR.IO_PathTooLong_Path, path)) :
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
48string.IsNullOrEmpty(path) ? SR.IO_PathTooLong : SR.Format(SR.IO_PathTooLong_Path, path));