1 write to _drainPacketQueueThread
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
638_drainPacketQueueThread = new Thread(DrainPacketQueue, 64 * 1024);
2 references to _drainPacketQueueThread
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
639_drainPacketQueueThread.IsBackground = true; 640_drainPacketQueueThread.Start(this);