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