1 write to locatorHandle
System.Messaging (1)
System\Messaging\MessageQueueEnumerator.cs (1)
162
this.
locatorHandle
= enumHandle;
4 references to locatorHandle
System.Messaging (4)
System\Messaging\MessageQueueEnumerator.cs (4)
88
if (!this.
locatorHandle
.IsInvalid)
90
this.
locatorHandle
.Close();
135
if (this.
locatorHandle
.IsInvalid)
165
return this.
locatorHandle
;