1 write to shutdownEvent
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
690this.shutdownEvent = new ManualResetEvent(false);
5 references to shutdownEvent
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNeighborManager.cs (5)
171if (this.shutdownEvent != null) 172this.shutdownEvent.Close(); 634if (this.neighborList.Count == 0 && this.shutdownEvent != null) 636this.shutdownEvent.Set(); 733if (!TimeoutHelper.WaitOne(this.shutdownEvent, timeoutHelper.RemainingTime()))