1 write to _process
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
635
_process
= process;
10 references to _process
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (10)
563
internal Process Process { get { return
_process
; } }
876
CommunicationsUtilities.Trace("Waiting for node with pid = {0} to exit",
_process
.Id);
884
bool exited =
_process
.WaitForExit(milliseconds: 0);
903
_process
.Id);
904
CommunicationsUtilities.Trace("Killing node with pid = {0}",
_process
.Id);
906
_process
.KillTree(timeoutMilliseconds: 5000);
913
CommunicationsUtilities.Trace(_nodeId, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}", _nodeId,
_process
.Id, bytesRead, _headerByte.Length);
916
if (
_process
.HasExited)
918
CommunicationsUtilities.Trace(_nodeId, " Child Process {0} has exited.",
_process
.Id);
922
CommunicationsUtilities.Trace(_nodeId, " Child Process {0} is still running.",
_process
.Id);