1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1032
_nodeId
= nodeId;
18 references to _nodeId
Microsoft.Build (18)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (18)
1065
public int NodeId =>
_nodeId
;
1097
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in RunPacketReadLoopAsync: {e}");
1098
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1130
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}");
1131
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1234
CommunicationsUtilities.Trace(context.
_nodeId
, $"EXCEPTION in SendData: {e}");
1289
_terminateDelegate(
_nodeId
);
1349
CommunicationsUtilities.Trace(
_nodeId
, $"COMMUNICATIONS ERROR (HRC) Node: {
_nodeId
} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}");
1354
CommunicationsUtilities.Trace(
_nodeId
, $" Child Process {_process.Id} has exited.");
1358
CommunicationsUtilities.Trace(
_nodeId
, $" Child Process {_process.Id} is still running.");
1363
CommunicationsUtilities.Trace(
_nodeId
, $"Unable to retrieve remote process information. {e}");
1366
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1425
CommunicationsUtilities.Trace(
_nodeId
, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}");
1426
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1438
_packetFactory.DeserializeAndRoutePacket(
_nodeId
, packetType, _readTranslator);
1442
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in ReadAndRoutePacket: {e}");
1443
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));