1 write to operationSelector
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
38
this.
operationSelector
= behavior.OperationSelector;
5 references to operationSelector
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (5)
75
get { return this.
operationSelector
; }
237
if (this.
operationSelector
== null)
247
if (
operationSelector
.AreParametersRequiredForSelection)
264
string operationName =
operationSelector
.SelectOperation(methodBase, args);
268
DS.ClientSelectOperation(
operationSelector
.GetType(), operationName, sw.Elapsed);