4 references to FileExists
System.Web (4)
Compilation\ApplicationBuildProvider.cs (1)
38if (!virtualPath.FileExists())
Compilation\BuildManager.cs (1)
1600else if (!virtualPath.FileExists()) {
UI\Util.cs (2)
462if (!virtualPath.FileExists()) { 477return virtualPath.FileExists();