2 references to IO_AlreadyExists_Name
System.Private.CoreLib (2)
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
45return new IOException(SR.Format(SR.IO_AlreadyExists_Name, path), MakeHRFromErrorCode(errorCode));
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
447throw new IOException(SR.Format(SR.IO_AlreadyExists_Name, destFullPath));