4 references to DirectoryExists
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\Directory.cs (1)
91return FileSystem.DirectoryExists(fullPath);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (3)
57if (error.Error == Interop.Error.EEXIST && DirectoryExists(path)) 303if (errorInfo.Error == Interop.Error.EEXIST && DirectoryExists(fullPath)) 386if (DirectoryExists(mkdirPath))