1 write to closeHandle
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (1)
214
this.
closeHandle
= new AsyncWaitHandle(EventResetMode.ManualReset);
10 references to closeHandle
System.ServiceModel.Discovery (10)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (10)
40
return this.
closeHandle
!= null;
83
setCloseHandle = this.
closeHandle
!= null;
88
this.
closeHandle
.Set();
133
setCloseHandle = (this.
closeHandle
!= null) && (this.activeOperations.Count == 0);
143
this.
closeHandle
.Set();
177
setCloseHandle = (this.
closeHandle
!= null) && (this.activeOperations.Count == 0);
183
this.
closeHandle
.Set();
192
if (!this.
closeHandle
.Wait(timeout))
201
return new CloseAsyncResult(this.
closeHandle
, timeout, callback, state);
224
this.
closeHandle
.Set();