1 write to _process
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
611_process = process;
10 references to _process
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (10)
557internal Process Process { get { return _process; } } 839CommunicationsUtilities.Trace("Waiting for node with pid = {0} to exit", _process.Id); 847bool exited = _process.WaitForExit(milliseconds: 0); 866_process.Id); 867CommunicationsUtilities.Trace("Killing node with pid = {0}", _process.Id); 869_process.KillTree(timeoutMilliseconds: 5000); 893CommunicationsUtilities.Trace(_nodeId, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}", _nodeId, _process.Id, bytesRead, _headerByte.Length); 896if (_process.HasExited) 898CommunicationsUtilities.Trace(_nodeId, " Child Process {0} has exited.", _process.Id); 902CommunicationsUtilities.Trace(_nodeId, " Child Process {0} is still running.", _process.Id);