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)
1070public int NodeId => _nodeId; 1102CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}"); 1103_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1135CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}"); 1136_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1250CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}"); 1282_terminateDelegate(_nodeId); 1342CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}"); 1347CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited."); 1351CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running."); 1356CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}"); 1359_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1418CommunicationsUtilities.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); 1435CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}"); 1436_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed));