1 write to _packetEnqueued
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
634
_packetEnqueued
= new AutoResetEvent(false);
2 references to _packetEnqueued
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
747
_packetEnqueued
.Set();
763
context.
_packetEnqueued
.WaitOne();