2 references to IO_FileExists_Name
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
163return new IOException(SR.Format(SR.IO_FileExists_Name, path), errorInfo.RawErrno);
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
56return new IOException(SR.Format(SR.IO_FileExists_Name, path), MakeHRFromErrorCode(errorCode));