1 write to _taskHost
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
921
_taskHost
= taskHost;
4 references to _taskHost
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TaskHost.cs (4)
928
if (RemotingServices.IsTransparentProxy(
_taskHost
))
935
MessageImportance minimumImportance =
_taskHost
._taskLoggingContext?.LoggingService.MinimumRequiredMessageImportance ?? MessageImportance.Low;
940
public override bool IsTaskInputLoggingEnabled =>
_taskHost
._host.BuildParameters.LogTaskInputs;
949
IBuildComponentHost buildComponentHost =
_taskHost
._host;