1 instantiation of TaskHost
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
318taskHost = new TaskHost(_componentHost, _buildRequestEntry, _targetChildInstance.Location, _targetBuilderCallback);
12 references to TaskHost
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
653var taskHost = (TaskHost)buildEngine;
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
375/// <remarks>This method is called from the <see cref="TaskHost"/>.</remarks> 384/// <remarks>This method is called from the <see cref="TaskHost"/>.</remarks>
BackEnd\Components\RequestBuilder\TaskBuilder.cs (6)
310TaskHost taskHost = null; 391private async ValueTask<WorkUnitResult> ExecuteBucket(TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Dictionary<string, string> lookupHash) 673private async Task<WorkUnitResult> InitializeAndExecuteTask(TaskLoggingContext taskLoggingContext, ItemBucket bucket, TaskHostParameters taskIdentityParameters, TaskHost taskHost, TaskExecutionMode howToExecuteTask) 706private void UpdateContinueOnError(ItemBucket bucket, TaskHost taskHost) 758private async ValueTask<WorkUnitResult> ExecuteInstantiatedTask(TaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) 985&& (be is TaskHost th ? th.BuildRequestsSucceeded : false)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
918private readonly TaskHost _taskHost; 920internal EngineServicesImpl(TaskHost taskHost)