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)
396bool connected = _endpointConnectedEvent.WaitOne(connectionTimeout); 423_endpointConnectedEvent.Set(); 456if (_endpointConnectedEvent != null) 458_endpointConnectedEvent.Dispose();