1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
634
_nodeId
= nodeId;
18 references to _nodeId
Microsoft.Build (18)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (18)
663
public int NodeId =>
_nodeId
;
695
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in RunPacketReadLoopAsync: {0}", e);
696
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
728
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in RunPacketReadLoopAsync (Reading): {0}", e);
729
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
821
CommunicationsUtilities.Trace(context.
_nodeId
, "EXCEPTION in SendData: {0}", e);
853
_terminateDelegate(
_nodeId
);
913
CommunicationsUtilities.Trace(
_nodeId
, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}",
_nodeId
, _process.Id, bytesRead, _headerByte.Length);
918
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} has exited.", _process.Id);
922
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} is still running.", _process.Id);
927
CommunicationsUtilities.Trace(
_nodeId
, "Unable to retrieve remote process information. {0}", e);
930
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
989
CommunicationsUtilities.Trace(
_nodeId
, "Bad packet read for packet {0} - Expected {1} bytes, got {2}", packetType, packetLength, bytesRead);
990
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1002
_packetFactory.DeserializeAndRoutePacket(
_nodeId
, packetType, _readTranslator);
1006
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in ReadAndRoutPacket: {0}", e);
1007
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));