2 writes to _client
System.Web (2)
Compilation\BuildManagerHost.cs (2)
571
_client
= client;
603
_client
= null;
7 references to _client
System.Web (7)
Compilation\BuildManagerHost.cs (7)
82
if (
_client
!= null) {
83
_client
.ResetHost();
158
_client
.OnAppDomainShutdown(args.Reason);
574
if (
_client
.CBMTypeDescriptionProviderBridge != null) {
575
TargetFrameworkUtil.CBMTypeDescriptionProviderBridge =
_client
.CBMTypeDescriptionProviderBridge;
601
if (
_client
!= null) {
602
_client
.OnAppDomainUnloaded(HttpRuntime.ShutdownReason);