3 writes to wait
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
728this.wait = new ManualResetEvent(false); 737this.wait = null; 746this.wait = null;
7 references to wait
System.ServiceModel (7)
System\ServiceModel\Channels\DatagramAdapter.cs (7)
715if (this.wait != null) 717this.wait.Set(); 732if ((this.wait == null) || TimeoutHelper.WaitOne(this.wait, timeout)) 734if (this.wait != null) 736this.wait.Close(); 745this.wait.Close();