3 writes to handle
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqQueue.cs (3)
84this.handle = OpenQueue(); 106this.handle = OpenQueue(); 141this.handle = null;
10 references to handle
System.ServiceModel (10)
System\ServiceModel\Channels\MsmqQueue.cs (10)
82if (this.handle == null) 88if (IsCompletionPortSupported(this.handle)) 90ThreadPool.BindHandle(this.handle); 96return this.handle; 104if (this.handle == null) 108return this.handle; 138if (this.handle != null) 140CloseQueue(this.handle); 157if (this.handle == handle) 709HandleIsStale(handle);