6 references to EEXIST
System.Private.CoreLib (6)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
160case Error.EEXIST:
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (5)
57if (error.Error == Interop.Error.EEXIST && DirectoryExists(path)) 114else if (errorInfo.Error == Interop.Error.EEXIST) 305if (errorInfo.Error == Interop.Error.EEXIST && DirectoryExists(fullPath)) 357else if (errorInfo.Error == Interop.Error.EEXIST) 379if (errorInfo.Error == Interop.Error.EEXIST)