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)
2425if (_binder.ListenUri != null) 2427listenUri = _binder.ListenUri.AbsoluteUri; 2440_binder.Abort(); 2445if (!_isTimerCancelled && _binder.Channel.State != CommunicationState.Faulted && _binder.Channel.State != CommunicationState.Closed)