1 write to _drainPacketQueueThread
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
991_drainPacketQueueThread = new Thread(DrainPacketQueue, 0x30000);
3 references to _drainPacketQueueThread
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
992_drainPacketQueueThread.Name = "DrainPacketQueueThread"; 993_drainPacketQueueThread.IsBackground = true; 994_drainPacketQueueThread.Start(this);