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