1 write to firstRoundComplete
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (1)
47
this.
firstRoundComplete
= new ManualResetEvent(false);
2 references to firstRoundComplete
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
115
this.
firstRoundComplete
.WaitOne();
260
this.
firstRoundComplete
.Set();