1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
975
_nodeId
= nodeId;
18 references to _nodeId
Microsoft.Build (18)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (18)
1008
public int NodeId =>
_nodeId
;
1040
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in RunPacketReadLoopAsync: {0}", e);
1041
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1073
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in RunPacketReadLoopAsync (Reading): {0}", e);
1074
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1188
CommunicationsUtilities.Trace(context.
_nodeId
, "EXCEPTION in SendData: {0}", e);
1220
_terminateDelegate(
_nodeId
);
1280
CommunicationsUtilities.Trace(
_nodeId
, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}",
_nodeId
, _process.Id, bytesRead, _headerByte.Length);
1285
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} has exited.", _process.Id);
1289
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} is still running.", _process.Id);
1294
CommunicationsUtilities.Trace(
_nodeId
, "Unable to retrieve remote process information. {0}", e);
1297
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1356
CommunicationsUtilities.Trace(
_nodeId
, "Bad packet read for packet {0} - Expected {1} bytes, got {2}", packetType, packetLength, bytesRead);
1357
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1369
_packetFactory.DeserializeAndRoutePacket(
_nodeId
, packetType, _readTranslator);
1373
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in ReadAndRoutPacket: {0}", e);
1374
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));