2 writes to host
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
942this.host = serviceHost; 960this.host = null;
9 references to host
System.ServiceModel (9)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (9)
185get { return this.host; } 800(this.host != null && host.EventTraceActivity != null) ? this.host.EventTraceActivity.ActivityId : Guid.Empty); 845throttle = this.host.ServiceThrottle; 849this.listenerHandler = new ListenerHandler(binder, this, this.host, throttle, this.timeouts); 894if (this.host == null) 936if (this.host != null) 952if (this.host != host)