2 writes to _endpointConnectedEvent
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
92
_endpointConnectedEvent
= new AutoResetEvent(false);
470
_endpointConnectedEvent
= null;
4 references to _endpointConnectedEvent
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderInProc.cs (4)
407
bool connected =
_endpointConnectedEvent
.WaitOne(connectionTimeout);
434
_endpointConnectedEvent
.Set();
467
if (
_endpointConnectedEvent
!= null)
469
_endpointConnectedEvent
.Dispose();