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