2 references to IO_NotAFile
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
131
throw new UnauthorizedAccessException(SR.Format(SR.
IO_NotAFile
, sourceFullPath));
140
throw new UnauthorizedAccessException(SR.Format(SR.
IO_NotAFile
, destFullPath));