5 references to WebRefDirectoryName
System.Web (5)
Compilation\BuildManager.cs (3)
438_excludedTopLevelDirectories.Add(HttpRuntime.WebRefDirectoryName); 448_forbiddenTopLevelDirectories.Add(HttpRuntime.WebRefDirectoryName); 2910StringUtil.EqualsIgnoreCase(child.Name, HttpRuntime.WebRefDirectoryName))) {
FileChangesMonitor.cs (1)
1403HttpRuntime.WebRefDirectoryName,
HttpRuntime.cs (1)
3045get { return _theRuntime._appDomainAppVPath.SimpleCombineWithDir(WebRefDirectoryName); }