9 references to InternalExists
mscorlib (9)
system\io\directory.cs (1)
345if (File.InternalExists(name) || (!InternalExists(name, out currentError) && currentError == Win32Native.ERROR_ACCESS_DENIED))
system\io\file.cs (2)
445return InternalExists(path); 1262if (!InternalExists(fullSourceFileName))
system\io\longpath.cs (1)
318return File.InternalExists(tempPath);
system\resources\resourcemanager.cs (1)
1534!File.InternalExists(fileName))
system\security\policy\applicationsecuritymanager.cs (1)
124if (!File.InternalExists(s_machineConfigFile))
system\security\policy\policylevel.cs (2)
825if (!File.InternalExists(m_path)) 1127if (File.InternalExists(path)) {
system\security\securitymanager.cs (1)
177if (!File.InternalExists(path))