1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
615
_nodeId
= nodeId;
18 references to _nodeId
Microsoft.Build (18)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (18)
630
public int NodeId =>
_nodeId
;
662
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in RunPacketReadLoopAsync: {0}", e);
663
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
684
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in RunPacketReadLoopAsync (Reading): {0}", e);
685
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
789
CommunicationsUtilities.Trace(context.
_nodeId
, "EXCEPTION in SendData: {0}", e);
826
_terminateDelegate(
_nodeId
);
905
CommunicationsUtilities.Trace(
_nodeId
, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}",
_nodeId
, _process.Id, bytesRead, _headerByte.Length);
910
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} has exited.", _process.Id);
914
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} is still running.", _process.Id);
919
CommunicationsUtilities.Trace(
_nodeId
, "Unable to retrieve remote process information. {0}", e);
922
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
981
CommunicationsUtilities.Trace(
_nodeId
, "Bad packet read for packet {0} - Expected {1} bytes, got {2}", packetType, packetLength, bytesRead);
982
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
998
_packetFactory.DeserializeAndRoutePacket(
_nodeId
, packetType, readTranslator);
1003
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in ReadAndRoutPacket: {0}", e);
1004
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));