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