3 writes to _binder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
60_binder = binder; 87_binder = binder; 103_binder = new BufferedReceiveBinder(_binder);
15 references to _binder
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (15)
103_binder = new BufferedReceiveBinder(_binder); 106_receiver = new ErrorHandlingReceiver(_binder, channelDispatcher); 108Fx.Assert((_idleManager != null) == (_binder.HasSession && _listener.ChannelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout != TimeSpan.MaxValue), "idle manager is present only when there is a session with a finite receive timeout"); 121get { return _binder; } 136get { return _binder.Channel.State == CommunicationState.Opened; } 173if (_binder.Channel.State == CommunicationState.Created) 431endpoint.DatagramChannel = new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher, _idleManager); 458_channel = new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher, _idleManager); 502_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? _binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 596_binder.CloseAfterFault(timeoutHelper.RemainingTime()); 610_binder.Abort(); 619_binder.CloseAfterFault(CloseAfterFaultTimeout); 632_binder.Abort(); 772_binder.Channel.Open(); 800_binder.Channel.Abort();