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)
1000
public int NodeId =>
_nodeId
;
1180
CommunicationsUtilities.Trace(context.
_nodeId
, $"EXCEPTION in SendData: {e}");
1212
_terminateDelegate(
_nodeId
);
1272
CommunicationsUtilities.Trace(
_nodeId
, $"COMMUNICATIONS ERROR (HRC) Node: {
_nodeId
} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}");
1277
CommunicationsUtilities.Trace(
_nodeId
, $" Child Process {_process.Id} has exited.");
1281
CommunicationsUtilities.Trace(
_nodeId
, $" Child Process {_process.Id} is still running.");
1286
CommunicationsUtilities.Trace(
_nodeId
, $"Unable to retrieve remote process information. {e}");
1289
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1315
CommunicationsUtilities.Trace(
_nodeId
, "Hit CLR bug #825607: called back twice on same async result; ignoring");
1326
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in HeaderReadComplete: {e}");
1327
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1348
CommunicationsUtilities.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);
1365
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in ReadAndRoutePacket: {e}");
1366
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1394
CommunicationsUtilities.Trace(
_nodeId
, "Hit CLR bug #825607: called back twice on same async result; ignoring");
1405
CommunicationsUtilities.Trace(
_nodeId
, $"EXCEPTION in BodyReadComplete (Reading): {e}");
1406
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));