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