1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
967_nodeId = nodeId;
20 references to _nodeId
Microsoft.Build (20)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (20)
1000public int NodeId => _nodeId; 1180CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}"); 1212_terminateDelegate(_nodeId); 1272CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}"); 1277CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited."); 1281CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running."); 1286CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}"); 1289_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1315CommunicationsUtilities.Trace(_nodeId, "Hit CLR bug #825607: called back twice on same async result; ignoring"); 1326CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in HeaderReadComplete: {e}"); 1327_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1348CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}"); 1349_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1361_packetFactory.DeserializeAndRoutePacket(_nodeId, packetType, _readTranslator); 1365CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}"); 1366_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed)); 1394CommunicationsUtilities.Trace(_nodeId, "Hit CLR bug #825607: called back twice on same async result; ignoring"); 1405CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in BodyReadComplete (Reading): {e}"); 1406_packetFactory.RoutePacket(_nodeId, new NodeShutdown(NodeShutdownReason.ConnectionFailed));