2 writes to _endpointConnectedEvent
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderInProc.cs (2)
91
_endpointConnectedEvent
= new AutoResetEvent(false);
459
_endpointConnectedEvent
= null;
4 references to _endpointConnectedEvent
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderInProc.cs (4)
396
bool connected =
_endpointConnectedEvent
.WaitOne(connectionTimeout);
423
_endpointConnectedEvent
.Set();
456
if (
_endpointConnectedEvent
!= null)
458
_endpointConnectedEvent
.Dispose();