2 writes to useThreadPool
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
2550
this.
useThreadPool
= false;
2556
this.
useThreadPool
= true;
4 references to useThreadPool
System.Messaging (4)
System\Messaging\MessageQueue.cs (4)
2571
AsynchronousRequest request = new AsynchronousRequest(this, (uint)timeoutInMilliseconds, cursorHandle, action, this.
useThreadPool
, stateObject, callback);
2582
if (!this.
useThreadPool
)
3815
if (!this.owner.
useThreadPool
)
3982
if (!this.owner.
useThreadPool
)