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;
256
return
_host
!= null;
273
_host
.RegisterAssembly(type.Assembly.FullName, type.Assembly.Location);
297
_host
.CompileApplicationDependencies();
306
return
_host
.GetBrowserDefinitions();
323
return
_host
.GetGeneratedSourceFile(VirtualPath.CreateTrailingSlash(virtualPath));
339
return
_host
.GetGeneratedFileVirtualPath(filePath);
350
return
_host
.GetVirtualCodeDirectories();
366
return
_host
.GetTopLevelAssemblyReferences(VirtualPath.Create(virtualPath));
386
_host
.GetCodeDirectoryInformation(VirtualPath.CreateTrailingSlash(virtualCodeDir),
407
_host
.GetCompilerParams(VirtualPath.Create(virtualPath), out codeDomProviderType, out compilerParameters);
435
return
_host
.GenerateCodeCompileUnit(VirtualPath.Create(virtualPath), virtualFileString,
449
return
_host
.GenerateCode(VirtualPath.Create(virtualPath), virtualFileString, out linePragmasTable);
465
string[] typeAndAsemblyName =
_host
.GetCompiledTypeAndAssemblyName(VirtualPath.Create(virtualPath), null);
490
_host
.GetCompiledTypeAndAssemblyName(VirtualPath.Create(virtualPath), callback);
514
bool result =
_host
.IsCodeAssembly(assemblyName);
524
BuildManagerHost host =
_host
;
557
_waitForCallBack =
_host
!= null;
571
_host
.PrecompileApp(callback, _hostingParameters.ClientBuildManagerParameter.ExcludedVirtualPaths);
627
if (
_host
== null) {
630
if (
_host
== null) {
649
Debug.Assert(
_host
== null);
678
_hostCreationException =
_host
.InitializationException;