4 writes to _host
System.Web (4)
Compilation\ClientBuildManager.cs (4)
526_host = null; 674_host = host; 686_host = host; 721_host = null;
23 references to _host
System.Web (23)
Compilation\ClientBuildManager.cs (23)
243_codeGenDir = _host.CodeGenDir; 256return _host != null; 273_host.RegisterAssembly(type.Assembly.FullName, type.Assembly.Location); 297_host.CompileApplicationDependencies(); 306return _host.GetBrowserDefinitions(); 323return _host.GetGeneratedSourceFile(VirtualPath.CreateTrailingSlash(virtualPath)); 339return _host.GetGeneratedFileVirtualPath(filePath); 350return _host.GetVirtualCodeDirectories(); 366return _host.GetTopLevelAssemblyReferences(VirtualPath.Create(virtualPath)); 386_host.GetCodeDirectoryInformation(VirtualPath.CreateTrailingSlash(virtualCodeDir), 407_host.GetCompilerParams(VirtualPath.Create(virtualPath), out codeDomProviderType, out compilerParameters); 435return _host.GenerateCodeCompileUnit(VirtualPath.Create(virtualPath), virtualFileString, 449return _host.GenerateCode(VirtualPath.Create(virtualPath), virtualFileString, out linePragmasTable); 465string[] typeAndAsemblyName = _host.GetCompiledTypeAndAssemblyName(VirtualPath.Create(virtualPath), null); 490_host.GetCompiledTypeAndAssemblyName(VirtualPath.Create(virtualPath), callback); 514bool result = _host.IsCodeAssembly(assemblyName); 524BuildManagerHost host = _host; 557_waitForCallBack = _host != null; 571_host.PrecompileApp(callback, _hostingParameters.ClientBuildManagerParameter.ExcludedVirtualPaths); 627if (_host == null) { 630if (_host == null) { 649Debug.Assert(_host == null); 678_hostCreationException = _host.InitializationException;