1 write to _process
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
614_process = process;
10 references to _process
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (10)
560internal Process Process { get { return _process; } } 840CommunicationsUtilities.Trace("Waiting for node with pid = {0} to exit", _process.Id); 848bool exited = _process.WaitForExit(milliseconds: 0); 867_process.Id); 868CommunicationsUtilities.Trace("Killing node with pid = {0}", _process.Id); 870_process.KillTree(timeoutMilliseconds: 5000); 894CommunicationsUtilities.Trace(_nodeId, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}", _nodeId, _process.Id, bytesRead, _headerByte.Length); 897if (_process.HasExited) 899CommunicationsUtilities.Trace(_nodeId, " Child Process {0} has exited.", _process.Id); 903CommunicationsUtilities.Trace(_nodeId, " Child Process {0} is still running.", _process.Id);