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);
2093
IAsyncResult result = _callOnce.BeginCall(
_channel
, timeout, callback, state);
2130
_callOnce.EndCall(
_channel
, result);
2292
_manager.
_channel
.Closed -= OnClosed;
2304
Complete(false, _manager.
_channel
.CreateClosedException());
2311
_this.Complete(false, _this._manager.
_channel
.GetOpenTimeoutException(_this._timeout));