1 write to _clientRuntime
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
27_clientRuntime = clientRuntime ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(clientRuntime));
3 references to _clientRuntime
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
37return _clientRuntime; 289_clientRuntime.LockDownProperties(); 320duplexChannelBinder.IdentityVerifier = _clientRuntime.IdentityVerifier;