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