1 write to _operationSelector
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
31
_operationSelector
= behavior.OperationSelector;
4 references to _operationSelector
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (4)
68
get { return
_operationSelector
; }
184
if (
_operationSelector
== null)
194
if (
_operationSelector
.AreParametersRequiredForSelection)
203
string operationName =
_operationSelector
.SelectOperation(methodBase, args);