1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
933
_nodeId
= nodeId;
20 references to _nodeId
Microsoft.Build (20)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (20)
966
public int NodeId =>
_nodeId
;
1146
CommunicationsUtilities.Trace(context.
_nodeId
, "EXCEPTION in SendData: {0}", e);
1178
_terminateDelegate(
_nodeId
);
1238
CommunicationsUtilities.Trace(
_nodeId
, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}",
_nodeId
, _process.Id, bytesRead, _headerByte.Length);
1243
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} has exited.", _process.Id);
1247
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} is still running.", _process.Id);
1252
CommunicationsUtilities.Trace(
_nodeId
, "Unable to retrieve remote process information. {0}", e);
1255
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1281
CommunicationsUtilities.Trace(
_nodeId
, "Hit CLR bug #825607: called back twice on same async result; ignoring");
1292
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in HeaderReadComplete: {0}", e);
1293
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1314
CommunicationsUtilities.Trace(
_nodeId
, "Bad packet read for packet {0} - Expected {1} bytes, got {2}", packetType, packetLength, bytesRead);
1315
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1327
_packetFactory.DeserializeAndRoutePacket(
_nodeId
, packetType, _readTranslator);
1331
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in ReadAndRoutPacket: {0}", e);
1332
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1360
CommunicationsUtilities.Trace(
_nodeId
, "Hit CLR bug #825607: called back twice on same async result; ignoring");
1371
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in BodyReadComplete (Reading): {0}", e);
1372
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));