1 write to _taskHost
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
923
_taskHost
= taskHost;
5 references to _taskHost
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TaskHost.cs (5)
930
if (RemotingServices.IsTransparentProxy(
_taskHost
))
937
MessageImportance minimumImportance =
_taskHost
._taskLoggingContext?.LoggingService.MinimumRequiredMessageImportance ?? MessageImportance.Low;
942
public override bool IsTaskInputLoggingEnabled =>
_taskHost
._host.BuildParameters.LogTaskInputs;
944
public override bool IsOutOfProcRarNodeEnabled =>
_taskHost
._host.BuildParameters.EnableRarNode;
953
IBuildComponentHost buildComponentHost =
_taskHost
._host;