1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2002_channel = channel;
6 references to _channel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (6)
2043_callOnce.Call(_channel, timeout); 2093IAsyncResult result = _callOnce.BeginCall(_channel, timeout, callback, state); 2130_callOnce.EndCall(_channel, result); 2292_manager._channel.Closed -= OnClosed; 2304Complete(false, _manager._channel.CreateClosedException()); 2311_this.Complete(false, _this._manager._channel.GetOpenTimeoutException(_this._timeout));