2 writes to ChannelDispatcher
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
80ChannelDispatcher = channelDispatcher ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelDispatcher)); 97ChannelDispatcher = null;
9 references to ChannelDispatcher
System.ServiceModel.Primitives (9)
System\ServiceModel\Description\DispatcherBuilder.cs (4)
294endpointDispatcher.ChannelDispatcher.ReceiveSynchronously = runtimePreferences.ReceiveSynchronously; 297endpointDispatcher.ChannelDispatcher.ManualAddressing = IsManualAddressing(serviceEndpoint.Binding); 298endpointDispatcher.ChannelDispatcher.EnableFaults = !IsMulticast(serviceEndpoint.Binding); 299endpointDispatcher.ChannelDispatcher.MessageVersion = serviceEndpoint.Binding.MessageVersion;
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
125get { return _channelDispatcher ?? EndpointDispatcher.ChannelDispatcher; }
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (4)
38if (ChannelDispatcher == null) 48IChannelListener listener = ChannelDispatcher.Listener; 74if (ChannelDispatcher != null) 91if (ChannelDispatcher != channelDispatcher)