3 references to HasDotDeleteFile
System.Web (3)
Compilation\BuildManager.cs (1)
2971if (DiskBuildResultCache.HasDotDeleteFile(fileData.FullName)) {
Compilation\BuildResult.cs (1)
561return (!FileUtil.FileExists(path) || DiskBuildResultCache.HasDotDeleteFile(path));
Compilation\BuildResultCache.cs (1)
574if (HasDotDeleteFile(f.FullName))