1 write to _nodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
610
_nodeId
= nodeId;
20 references to _nodeId
Microsoft.Build (20)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (20)
625
public int NodeId =>
_nodeId
;
789
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in SendData: {0}", e);
823
_terminateDelegate(
_nodeId
);
893
CommunicationsUtilities.Trace(
_nodeId
, "COMMUNICATIONS ERROR (HRC) Node: {0} Process: {1} Bytes Read: {2} Expected: {3}",
_nodeId
, _process.Id, bytesRead, _headerByte.Length);
898
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} has exited.", _process.Id);
902
CommunicationsUtilities.Trace(
_nodeId
, " Child Process {0} is still running.", _process.Id);
907
CommunicationsUtilities.Trace(
_nodeId
, "Unable to retrieve remote process information. {0}", e);
910
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
936
CommunicationsUtilities.Trace(
_nodeId
, "Hit CLR bug #825607: called back twice on same async result; ignoring");
947
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in HeaderReadComplete: {0}", e);
948
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
969
CommunicationsUtilities.Trace(
_nodeId
, "Bad packet read for packet {0} - Expected {1} bytes, got {2}", packetType, packetLength, bytesRead);
970
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
986
_packetFactory.DeserializeAndRoutePacket(
_nodeId
, packetType, readTranslator);
991
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in ReadAndRoutPacket: {0}", e);
992
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));
1022
CommunicationsUtilities.Trace(
_nodeId
, "Hit CLR bug #825607: called back twice on same async result; ignoring");
1033
CommunicationsUtilities.Trace(
_nodeId
, "EXCEPTION in BodyReadComplete (Reading): {0}", e);
1034
_packetFactory.RoutePacket(
_nodeId
, new NodeShutdown(NodeShutdownReason.ConnectionFailed));