1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1058_nodeId = nodeId;
18 references to _nodeId
Microsoft.Build (18)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (18)
1096public int NodeId => _nodeId; 1128CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}"); 1129_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1161CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}"); 1162_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1320CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}"); 1375_terminateDelegate(_nodeId); 1435CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}"); 1440CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited."); 1444CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running."); 1449CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}"); 1452_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1511CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}"); 1512_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1526_packetFactory.DeserializeAndRoutePacket(_nodeId, packetType, _readTranslator); 1530CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}"); 1531_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed));