33 references to BuildManagerHost
System.Web (33)
Compilation\AssemblyBuilder.cs (2)
789if (BuildManagerHost.InClientBuildManager && !MultiTargetingUtil.IsTargetFramework20 && !MultiTargetingUtil.IsTargetFramework35) { 799bool disableObsoleteWarnings = !BuildManagerHost.InClientBuildManager && compilationSection.DisableObsoleteWarnings;
Compilation\AssemblyResolver.cs (1)
100if (BuildManagerHost.SupportsMultiTargeting && count == 0) {
Compilation\BuildManager.cs (4)
405_skipTopLevelCompilationExceptions = BuildManagerHost.InClientBuildManager; 535if (BuildManagerHost.InClientBuildManager || 620if (!BuildManagerHost.InClientBuildManager) { 1898if (BuildManagerHost.InClientBuildManager && !PerformingPrecompilation) {
Compilation\BuildProvider.cs (1)
332if (!BuildManagerHost.InClientBuildManager && results != null) {
Compilation\BuildResult.cs (1)
346if (now < _nextUpToDateCheck && !BuildManagerHost.InClientBuildManager) {
Compilation\ClientBuildManager.cs (5)
123private BuildManagerHost _host; 524BuildManagerHost host = _host; 656BuildManagerHost host = null; 664host = (BuildManagerHost) appManager.CreateObjectWithDefaultAppHostAndAppId( 666typeof(BuildManagerHost), false /*failIfExists*/,
Compilation\DelayLoadType.cs (1)
23return BuildManagerHost.InClientBuildManager;
Compilation\MultiTargetingUtil.cs (2)
142if (BuildManagerHost.SupportsMultiTargeting) { 443return BuildManagerHost.InClientBuildManager; // Enable only in CBM scenarios.
Configuration\CompilationSection.cs (1)
395if (_isRuntimeObject || BuildManagerHost.InClientBuildManager) {
Configuration\MTConfigUtil.cs (1)
30s_useMTConfig = BuildManagerHost.InClientBuildManager &&
Configuration\serverconfig.cs (1)
145else if (HostingEnvironment.IsUnderIISProcess && !BuildManagerHost.InClientBuildManager) {
Hosting\AppDomainFactory.cs (1)
204if (!BuildManagerHost.InClientBuildManager && isDevEnvironment)
Hosting\HostingEnvironment.cs (6)
304BuildManagerHost.InClientBuildManager = true; 308BuildManagerHost.SupportsMultiTargeting = true; 375if (!BuildManagerHost.InClientBuildManager) { 620if (!BuildManagerHost.InClientBuildManager) { 631if (!BuildManagerHost.InClientBuildManager) { 1232return BuildManagerHost.InClientBuildManager;
HttpRuntime.cs (3)
972if ((!BuildManagerHost.InClientBuildManager) && (!Environment.UserInteractive)) 1899if (!BuildManagerHost.InClientBuildManager) { 2278if (String.IsNullOrEmpty(stackTrace) && !BuildManagerHost.InClientBuildManager) {
UI\ControlBuilder.cs (1)
2924bool isDesignerMode = BuildManagerHost.InClientBuildManager;
UI\TemplateParser.cs (1)
2754if (BuildManagerHost.InClientBuildManager) {
UI\Util.cs (1)
1287if (BuildManagerHost.InClientBuildManager && !MultiTargetingUtil.IsTargetFramework20 && !MultiTargetingUtil.IsTargetFramework35) {