1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1037
_nodeId
= nodeId;
18 references to _nodeId
Microsoft.Build (18)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (18)
1070
public int NodeId =>
_nodeId
;
1102
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in RunPacketReadLoopAsync: {e}");
1103
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1135
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}");
1136
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1250
CommunicationsUtilities.Trace(context.
_nodeId
, $"EXCEPTION in SendData: {e}");
1282
_terminateDelegate(
_nodeId
);
1342
CommunicationsUtilities.Trace(
_nodeId
, $"COMMUNICATIONS ERROR (HRC) Node: {
_nodeId
} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}");
1347
CommunicationsUtilities.Trace(
_nodeId
, $" Child Process {_process.Id} has exited.");
1351
CommunicationsUtilities.Trace(
_nodeId
, $" Child Process {_process.Id} is still running.");
1356
CommunicationsUtilities.Trace(
_nodeId
, $"Unable to retrieve remote process information. {e}");
1359
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1418
CommunicationsUtilities.Trace(
_nodeId
, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}");
1419
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1431
_packetFactory.DeserializeAndRoutePacket(
_nodeId
, packetType, _readTranslator);
1435
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in ReadAndRoutePacket: {e}");
1436
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));