1 write to _process
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
616_process = process;
10 references to _process
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (10)
562internal Process Process { get { return _process; } } 851CommunicationsUtilities.Trace("Waiting for node with pid = {0} to exit", _process.Id); 859bool exited = _process.WaitForExit(milliseconds: 0); 878_process.Id); 879CommunicationsUtilities.Trace("Killing node with pid = {0}", _process.Id); 881_process.KillTree(timeoutMilliseconds: 5000); 905CommunicationsUtilities.Trace(_nodeId, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}", _nodeId, _process.Id, bytesRead, _headerByte.Length); 908if (_process.HasExited) 910CommunicationsUtilities.Trace(_nodeId, " Child Process {0} has exited.", _process.Id); 914CommunicationsUtilities.Trace(_nodeId, " Child Process {0} is still running.", _process.Id);