12 references to InProcNodeId
Microsoft.Build (12)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
406
if (!_componentHost.BuildParameters.MultiThreaded && _componentHost.BuildParameters.NodeId != Scheduler.
InProcNodeId
)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (2)
488
int nodeId = Scheduler.
InProcNodeId
;
629
Scheduler.
InProcNodeId
,
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
568
Scheduler.
InProcNodeId
);
BackEnd\Components\Scheduler\Scheduler.cs (8)
692
_inprocNodeContext = new NodeLoggingContext(_componentHost.LoggingService,
InProcNodeId
, true);
1052
if (idleNodes.Contains(
InProcNodeId
))
1066
if (CanScheduleRequestToNode(request,
InProcNodeId
) && shouldBeScheduled(request))
1068
AssignUnscheduledRequestToNode(request,
InProcNodeId
, responses);
1069
idleNodes.Remove(
InProcNodeId
);
1452
if (request.IsProxyBuildRequest() && nodeId !=
InProcNodeId
&& _schedulingData.CanScheduleRequestToNode(request,
InProcNodeId
))
2256
if (_schedulingData.CanScheduleConfigurationToNode(request.ConfigurationId,
InProcNodeId
) && request.IsProxyBuildRequest())