1 write to acceptedNull
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
608this.acceptedNull = true;
3 references to acceptedNull
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
165if (this.acceptedNull || (listener.State == CommunicationState.Faulted)) 187if (this.acceptedNull || (listener.State == CommunicationState.Faulted)) 217if (this.acceptedNull || (listener.State == CommunicationState.Faulted))