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