1 write to _hostingParameters
System.Web (1)
Compilation\ClientBuildManager.cs (1)
207_hostingParameters = new HostingEnvironmentParameters();
11 references to _hostingParameters
System.Web (11)
Compilation\ClientBuildManager.cs (11)
208_hostingParameters.HostingFlags = HostingEnvironmentFlags.DontCallAppInitialize | 210_hostingParameters.ClientBuildManagerParameter = parameter; 211_hostingParameters.PrecompilationTargetPhysicalDirectory = appPhysicalTargetDir; 213_hostingParameters.HostingFlags |= HostingEnvironmentFlags.SupportsMultiTargeting; 228_hostingParameters.IISExpressVersion = appVirtualDir.Substring(IISExpressPrefix.Length, endSlash - IISExpressPrefix.Length); 276return appManager.CreateObjectInternal(_appId, type, _appHost, failIfExists, _hostingParameters); 550PrecompilationFlags savedFlags = _hostingParameters.ClientBuildManagerParameter.PrecompilationFlags; 563_hostingParameters.ClientBuildManagerParameter.PrecompilationFlags = 571_host.PrecompileApp(callback, _hostingParameters.ClientBuildManagerParameter.ExcludedVirtualPaths); 576_hostingParameters.ClientBuildManagerParameter.PrecompilationFlags = savedFlags; 667_hostingParameters, out appId, out appHost);