8 references to LocalResourcesDirectoryName
System.Web (8)
Compilation\BuildManager.cs (5)
437_excludedTopLevelDirectories.Add(HttpRuntime.LocalResourcesDirectoryName); 447_forbiddenTopLevelDirectories.Add(HttpRuntime.LocalResourcesDirectoryName); 1791VirtualPath localResDir = virtualDir.SimpleCombineWithDir(HttpRuntime.LocalResourcesDirectoryName); 2087else if (String.Compare(virtualCodeDir.FileName, HttpRuntime.LocalResourcesDirectoryName, 2918HttpRuntime.LocalResourcesDirectoryName)) {
FileChangesMonitor.cs (3)
954int indexStart = fileName.IndexOf(HttpRuntime.LocalResourcesDirectoryName, StringComparison.OrdinalIgnoreCase); 956int dirNameLength = indexStart + HttpRuntime.LocalResourcesDirectoryName.Length; 1578if (dirName.IndexOf(HttpRuntime.LocalResourcesDirectoryName, StringComparison.OrdinalIgnoreCase) > -1) {