2 writes to _host
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
122_host = host; 1089_host = null;
11 references to _host
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\TaskHost.cs (11)
144return _host.BuildParameters.MaxNodeCount > 1 || _disableInprocNode; 231return _host.BuildParameters.AppDomainSetup; 243return _host.BuildParameters.IsOutOfProc; 351if (_host.BuildParameters.ReportFileAccesses) 380if (_host.BuildParameters.ReportFileAccesses) 620var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 629var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 638var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 941public override bool IsTaskInputLoggingEnabled => _taskHost._host.BuildParameters.LogTaskInputs; 943public override bool IsOutOfProcRarNodeEnabled => _taskHost._host.BuildParameters.EnableRarNode; 952IBuildComponentHost buildComponentHost = _taskHost._host;