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