1 write to HostServices
Microsoft.Build (1)
BackEnd\Shared\BuildRequest.cs (1)
118
HostServices
= hostServices;
7 references to HostServices
Microsoft.Build (7)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
1236
hostServices: issuingEntry.Request.
HostServices
,
1260
hostServices: issuingEntry.Request.
HostServices
,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (3)
167
if (_taskNode != null && requestEntry.Request.
HostServices
!= null)
171
_taskHostObject = requestEntry.Request.
HostServices
.GetHostObject(requestEntry.RequestConfiguration.Project.FullPath, loggingContext.Target.Name, _taskNode.Name);
335
_buildRequestEntry.Request.
HostServices
,
BackEnd\Components\Scheduler\Scheduler.cs (2)
2266
if (request.
HostServices
!= null)
2268
affinity = request.
HostServices
.GetNodeAffinity(pathOfProject);