2 writes to _host
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
122_host = host; 1126_host = null;
7 references to _host
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TaskHost.cs (7)
144return _host.BuildParameters.MaxNodeCount > 1 || _disableInprocNode; 243return _host.BuildParameters.IsOutOfProc; 657var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 666var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 675var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 978public override bool IsTaskInputLoggingEnabled => _taskHost._host.BuildParameters.LogTaskInputs; 980public override bool IsOutOfProcRarNodeEnabled => _taskHost._host.BuildParameters.EnableRarNode;