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