3 instantiations of OperationSelector
System.ServiceModel (3)
System\ServiceModel\Channels\PeerHelpers.cs (2)
901
dispatch.OperationSelector = new
OperationSelector
(this.messageHandler);
912
proxy.CallbackDispatchRuntime.OperationSelector = new
OperationSelector
(this.messageHandler);
System\ServiceModel\Channels\PeerService.cs (1)
246
endpointDispatcher.DispatchRuntime.OperationSelector = new
OperationSelector
(this.messageHandler);