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