2 writes to ClientRuntime
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
34ClientRuntime = proxyRuntime ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(proxyRuntime)); 138ClientRuntime = new ClientRuntime(this, _shared);
5 references to ClientRuntime
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
132if (ClientRuntime == null) 136if (ClientRuntime == null) 143return ClientRuntime;
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (2)
25if (dispatch.ClientRuntime != null) 27dispatch.ClientRuntime.OperationSelector = new MethodInfoOperationSelector(description, MessageDirection.Output);