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