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