3 instantiations of 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);