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