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