3 writes to NodeId
Microsoft.Build (3)
BackEnd\Components\Scheduler\ScheduleResponse.cs (3)
132
NodeId
= nodeId;
145
NodeId
= node;
157
NodeId
= node;
12 references to NodeId
Microsoft.Build (12)
BackEnd\BuildManager\BuildManager.cs (4)
2903
_nodeManager!.SendData(response.
NodeId
, response.Unblocker);
2936
if (!_nodeIdToKnownConfigurations.TryGetValue(response.
NodeId
, out HashSet<int>? configurationsOnNode) ||
2940
_nodeManager!.SendData(response.
NodeId
, configCache[response.BuildRequest.ConfigurationId]);
2944
_nodeManager!.SendData(response.
NodeId
, response.BuildRequest);
BackEnd\Components\Scheduler\Scheduler.cs (4)
1941
TraceScheduler($"Reporting results for request {request.BuildRequest.GlobalRequestId} with parent {request.BuildRequest.ParentGlobalRequestId} to node {response.
NodeId
} from cache.");
1942
if (response.
NodeId
!= InvalidNodeId)
1948
if (!_schedulingData.IsNodeWorking(response.
NodeId
))
1950
ResumeReadyRequestIfAny(response.
NodeId
, responses);
BackEnd\Components\Scheduler\ScheduleResponse.cs (4)
238
return $"Act: {Action} Node: {
NodeId
} Request: {Unblocker.BlockedRequestId}";
241
return $"Act: {Action} Node: {
NodeId
} Request: {BuildRequest.GlobalRequestId} Parent {BuildRequest.ParentGlobalRequestId}";
244
return $"Act: {Action} Node: {
NodeId
} Request: {BuildRequest.GlobalRequestId} Parent {BuildRequest.ParentGlobalRequestId} Configuration: {BuildRequest.ConfigurationId}";
247
return $"Act: {Action} Node: {
NodeId
} Request: {BuildRequest.GlobalRequestId} Parent {BuildRequest.ParentGlobalRequestId} Configuration: {BuildRequest.ConfigurationId}";