1 write to _taskHost
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
922_taskHost = taskHost;
5 references to _taskHost
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TaskHost.cs (5)
929if (RemotingServices.IsTransparentProxy(_taskHost)) 936MessageImportance minimumImportance = _taskHost._taskLoggingContext?.LoggingService.MinimumRequiredMessageImportance ?? MessageImportance.Low; 941public override bool IsTaskInputLoggingEnabled => _taskHost._host.BuildParameters.LogTaskInputs; 943public override bool IsOutOfProcRarNodeEnabled => _taskHost._host.BuildParameters.EnableRarNode; 952IBuildComponentHost buildComponentHost = _taskHost._host;