2 writes to _host
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
121_host = host; 1086_host = null;
10 references to _host
Microsoft.Build (10)
BackEnd\Components\RequestBuilder\TaskHost.cs (10)
143return _host.BuildParameters.MaxNodeCount > 1 || _disableInprocNode; 230return _host.BuildParameters.AppDomainSetup; 242return _host.BuildParameters.IsOutOfProc; 350if (_host.BuildParameters.ReportFileAccesses) 379if (_host.BuildParameters.ReportFileAccesses) 619var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 628var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 637var objectCache = (IRegisteredTaskObjectCache)_host.GetComponent(BuildComponentType.RegisteredTaskObjectCache); 940public override bool IsTaskInputLoggingEnabled => _taskHost._host.BuildParameters.LogTaskInputs; 949IBuildComponentHost buildComponentHost = _taskHost._host;