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