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)
407bool connected = _endpointConnectedEvent.WaitOne(connectionTimeout); 434_endpointConnectedEvent.Set(); 467if (_endpointConnectedEvent != null) 469_endpointConnectedEvent.Dispose();