1 write to HostServices
Microsoft.Build (1)
BackEnd\Shared\BuildRequest.cs (1)
115
HostServices
= hostServices;
8 references to HostServices
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
1175
hostServices: issuingEntry.Request.
HostServices
,
1204
hostServices: issuingEntry.Request.
HostServices
,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
165
if (_taskNode != null && requestEntry.Request.
HostServices
!= null)
167
_taskHostObject = requestEntry.Request.
HostServices
.GetHostObject(requestEntry.RequestConfiguration.Project.FullPath, loggingContext.Target.Name, _taskNode.Name);
BackEnd\Components\Scheduler\Scheduler.cs (2)
2191
if (request.
HostServices
!= null)
2193
affinity = request.
HostServices
.GetNodeAffinity(pathOfProject);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BuildRequest_Tests.cs (2)
172
deserializedRequest.
HostServices
.SetTestRunningObjectTable(rot);
173
var hostObject = deserializedRequest.
HostServices
.GetHostObject(