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