2 writes to dispatchRuntime
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
60
this.
dispatchRuntime
= new DispatchRuntime(this);
79
this.
dispatchRuntime
= baseEndpoint.DispatchRuntime;
1 reference to dispatchRuntime
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
148
get { return this.
dispatchRuntime
; }