3 references to InternalGetDirectoryRoot
mscorlib (3)
system\io\directory.cs (2)
363String root = InternalGetDirectoryRoot(fullPath); 366__Error.WinIOError(Win32Native.ERROR_PATH_NOT_FOUND, InternalGetDirectoryRoot(path));
system\io\filestream.cs (1)
857if (errorCode==__Error.ERROR_PATH_NOT_FOUND && filePath.Equals(Directory.InternalGetDirectoryRoot(filePath)))