8 references to BinDirectoryName
System.Web (8)
Compilation\BuildManager.cs (3)
434_excludedTopLevelDirectories.Add(HttpRuntime.BinDirectoryName); 512string targetBinDir = Path.Combine(_precompTargetPhysicalDir, HttpRuntime.BinDirectoryName); 2606string targetBinDir = Path.Combine(_precompTargetPhysicalDir, HttpRuntime.BinDirectoryName);
FileChangesMonitor.cs (1)
1400HttpRuntime.BinDirectoryName,
HttpRuntime.cs (4)
1012appDomain.AppendPrivatePath(appDomainAppPath + BinDirectoryName); 1024appDomain.SetShadowCopyPath(appDomainAppPath + BinDirectoryName); 2144else if (StringUtil.EqualsIgnoreCase(directoryName, BinDirectoryName)) { 3032get { return Path.Combine(_theRuntime._appDomainAppPath, BinDirectoryName) + Path.DirectorySeparatorChar; }