2 writes to _host
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
123
_host
= host;
1090
_host
= null;
7 references to _host
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TaskHost.cs (7)
145
return
_host
.BuildParameters.MaxNodeCount > 1 || _disableInprocNode;
244
return
_host
.BuildParameters.IsOutOfProc;
621
var objectCache = (IRegisteredTaskObjectCache)
_host
.GetComponent(BuildComponentType.RegisteredTaskObjectCache);
630
var objectCache = (IRegisteredTaskObjectCache)
_host
.GetComponent(BuildComponentType.RegisteredTaskObjectCache);
639
var objectCache = (IRegisteredTaskObjectCache)
_host
.GetComponent(BuildComponentType.RegisteredTaskObjectCache);
942
public override bool IsTaskInputLoggingEnabled => _taskHost.
_host
.BuildParameters.LogTaskInputs;
944
public override bool IsOutOfProcRarNodeEnabled => _taskHost.
_host
.BuildParameters.EnableRarNode;