7 references to DirectoryExists
System.Web (7)
Compilation\AssemblyBuilder.cs (1)
372if (!FileUtil.DirectoryExists(resourceDir)) {
Compilation\BuildResultCache.cs (2)
413if (!FileUtil.DirectoryExists(_cacheDir)) { 754if (!FileUtil.DirectoryExists(hashDirPath)) {
Configuration\CompilationSection.cs (1)
842if (!FileUtil.DirectoryExists(binPath)) {
Hosting\MapPathBasedVirtualPathProvider.cs (1)
302if (FileUtil.DirectoryExists(subPhysicalPath)) {
UI\Util.cs (1)
203if (FileUtil.DirectoryExists(filename)) {
Util\HashCodeCombiner.cs (1)
156if (FileUtil.DirectoryExists(fileName)) {