4 writes to OperationSelector
System.ServiceModel (3)
System\ServiceModel\Channels\PeerHelpers.cs (2)
901dispatch.OperationSelector = new OperationSelector(this.messageHandler); 912proxy.CallbackDispatchRuntime.OperationSelector = new OperationSelector(this.messageHandler);
System\ServiceModel\Channels\PeerService.cs (1)
246endpointDispatcher.DispatchRuntime.OperationSelector = new OperationSelector(this.messageHandler);
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
181endpointDispatcher.DispatchRuntime.OperationSelector = this.GetOperationSelector(endpoint);
3 references to OperationSelector
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
104if (dispatch.OperationSelector == null) 119CustomDemuxer demuxer = new CustomDemuxer(dispatch.OperationSelector);
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebOperationContext.cs (1)
346WebHttpDispatchOperationSelector selector = OperationContext.Current.EndpointDispatcher.DispatchRuntime.OperationSelector as WebHttpDispatchOperationSelector;