6 references to ResourcesDirectoryName
System.Web (6)
Compilation\BuildManager.cs (3)
436
_excludedTopLevelDirectories.Add(HttpRuntime.
ResourcesDirectoryName
);
446
_forbiddenTopLevelDirectories.Add(HttpRuntime.
ResourcesDirectoryName
);
2909
StringUtil.EqualsIgnoreCase(child.Name, HttpRuntime.
ResourcesDirectoryName
) ||
FileChangesMonitor.cs (1)
1401
HttpRuntime.
ResourcesDirectoryName
,
HttpRuntime.cs (2)
2138
else if (StringUtil.EqualsIgnoreCase(directoryName,
ResourcesDirectoryName
)) {
3041
get { return _theRuntime._appDomainAppVPath.SimpleCombineWithDir(
ResourcesDirectoryName
); }