1 write to _binder
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2344
_binder
= binder;
5 references to _binder
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
2425
if (
_binder
.ListenUri != null)
2427
listenUri =
_binder
.ListenUri.AbsoluteUri;
2440
_binder
.Abort();
2445
if (!_isTimerCancelled &&
_binder
.Channel.State != CommunicationState.Faulted &&
_binder
.Channel.State != CommunicationState.Closed)