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