2 writes to listenStartedEvent
System.ServiceModel (2)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (2)
581listenStartedEvent = new ManualResetEvent(false); 585listenStartedEvent = null;
3 references to listenStartedEvent
System.ServiceModel (3)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (3)
489this.listenStartedEvent.Set(); 583listenStartedEvent.WaitOne(); 584listenStartedEvent.Close();