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)
557
internal Process Process { get { return
_process
; } }
839
CommunicationsUtilities.Trace("Waiting for node with pid = {0} to exit",
_process
.Id);
847
bool exited =
_process
.WaitForExit(milliseconds: 0);
866
_process
.Id);
867
CommunicationsUtilities.Trace("Killing node with pid = {0}",
_process
.Id);
869
_process
.KillTree(timeoutMilliseconds: 5000);
893
CommunicationsUtilities.Trace(_nodeId, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}", _nodeId,
_process
.Id, bytesRead, _headerByte.Length);
896
if (
_process
.HasExited)
898
CommunicationsUtilities.Trace(_nodeId, " Child Process {0} has exited.",
_process
.Id);
902
CommunicationsUtilities.Trace(_nodeId, " Child Process {0} is still running.",
_process
.Id);