1 instantiation of TaskHost
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
322
taskHost = new
TaskHost
(_componentHost, _buildRequestEntry, _targetChildInstance.Location, _targetBuilderCallback);
12 references to TaskHost
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
668
var
taskHost = (
TaskHost
)buildEngine;
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
378
/// <remarks>This method is called from the <see cref="
TaskHost
"/>.</remarks>
387
/// <remarks>This method is called from the <see cref="
TaskHost
"/>.</remarks>
BackEnd\Components\RequestBuilder\TaskBuilder.cs (6)
314
TaskHost
taskHost = null;
395
private async ValueTask<WorkUnitResult> ExecuteBucket(
TaskHost
taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Dictionary<string, string> lookupHash)
679
private async Task<WorkUnitResult> InitializeAndExecuteTask(TaskLoggingContext taskLoggingContext, ItemBucket bucket, TaskHostParameters taskIdentityParameters,
TaskHost
taskHost, TaskExecutionMode howToExecuteTask)
712
private void UpdateContinueOnError(ItemBucket bucket,
TaskHost
taskHost)
764
private async ValueTask<WorkUnitResult> ExecuteInstantiatedTask(TaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext,
TaskHost
taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)
991
&& (be is
TaskHost
th ? th.BuildRequestsSucceeded : false)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
919
private readonly
TaskHost
_taskHost;
921
internal EngineServicesImpl(
TaskHost
taskHost)