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