15 references to FileExists
System.Web (15)
Compilation\BuildManager.cs (1)
820
if (FileUtil.
FileExists
(path)) {
Compilation\BuildResult.cs (2)
561
return (!FileUtil.
FileExists
(path) || DiskBuildResultCache.HasDotDeleteFile(path));
1260
Debug.Assert(FileUtil.
FileExists
(_ccuPreservationFileName), _ccuPreservationFileName);
Compilation\BuildResultCache.cs (4)
648
if (FileUtil.
FileExists
(baseName)) {
718
if (!FileUtil.
FileExists
(fileName)) {
856
if (FileUtil.
FileExists
(codegen + baseName + ".dll"))
861
if (FileUtil.
FileExists
(codegen + BuildManager.WebAssemblyNamePrefix + baseName + ".dll"))
Compilation\PreservationFileReader.cs (1)
38
if (!FileUtil.
FileExists
(preservationFile)) {
ErrorFormatter.cs (1)
1107
if (_physicalPath == null && FileUtil.
FileExists
(fileName)) {
Hosting\ApplicationManager.cs (1)
1385
if (configFile == null || !FileUtil.
FileExists
(configFile)) {
HttpApplicationFactory.cs (1)
228
if (FileUtil.
FileExists
(_appFilename)) {
HttpRuntime.cs (1)
3151
if (file == null || !FileUtil.
FileExists
(file)) {
Security\AuthStoreRoleProvider.cs (1)
567
if (!FileUtil.
FileExists
(fileName)) {
StaticFileHandler.cs (1)
82
if (!FileUtil.
FileExists
(physicalPath)) {
Util\HashCodeCombiner.cs (1)
153
if (!FileUtil.
FileExists
(fileName)) {