1 write to HostServices
Microsoft.Build (1)
BackEnd\Shared\BuildRequest.cs (1)
117
HostServices
= hostServices;
8 references to HostServices
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
1198
hostServices: issuingEntry.Request.
HostServices
,
1227
hostServices: issuingEntry.Request.
HostServices
,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
166
if (_taskNode != null && requestEntry.Request.
HostServices
!= null)
168
_taskHostObject = requestEntry.Request.
HostServices
.GetHostObject(requestEntry.RequestConfiguration.Project.FullPath, loggingContext.Target.Name, _taskNode.Name);
BackEnd\Components\Scheduler\Scheduler.cs (2)
2262
if (request.
HostServices
!= null)
2264
affinity = request.
HostServices
.GetNodeAffinity(pathOfProject);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BuildRequest_Tests.cs (2)
171
deserializedRequest.
HostServices
.SetTestRunningObjectTable(rot);
172
var hostObject = deserializedRequest.
HostServices
.GetHostObject(