6 references to InternalExists
mscorlib (6)
system\io\directory.cs (4)
238if (InternalExists(fullPath)) { 256if (!InternalExists(dir)) // Create only the ones missing 364if (!InternalExists(root)) { 413return InternalExists(fullPath);
system\io\driveinfo.cs (1)
144return Directory.InternalExists(Name);
system\io\file.cs (1)
184if (Directory.InternalExists(fullDestFileName))