3 references to InternalExists
mscorlib (3)
system\io\directory.cs (2)
345
if (File.InternalExists(name) || (!
InternalExists
(name, out currentError) && currentError == Win32Native.ERROR_ACCESS_DENIED))
435
return
InternalExists
(path, out lastError);
system\io\longpath.cs (1)
947
return Directory.
InternalExists
(tempPath, out lastError);