2 references to DirectoryExists
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Exists.Unix.cs (1)
13
return
DirectoryExists
(fullPath, out _);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
546
else if (
DirectoryExists
(fullPath, out Interop.ErrorInfo existErr))