1 write to _manager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2273
_manager
= manager;
4 references to _manager
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
2292
_manager
._channel.Closed -= OnClosed;
2296
_manager
.SignalNext();
2304
Complete(false,
_manager
._channel.CreateClosedException());
2311
_this.Complete(false, _this.
_manager
._channel.GetOpenTimeoutException(_this._timeout));