1 instantiation of TaskExecutionHost
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
216_taskExecutionHost = new TaskExecutionHost(host);
7 references to TaskExecutionHost
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (3)
119private TaskExecutionHost _taskExecutionHost; 762private async ValueTask<WorkUnitResult> ExecuteInstantiatedTask(TaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) 1106private bool GatherTaskOutputs(TaskExecutionHost taskExecutionHost, TaskExecutionMode howToExecuteTask, ItemBucket bucket)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (4)
193/// Initializes a new instance of the <see cref="TaskExecutionHost"/> class 202/// Finalizes an instance of the <see cref="TaskExecutionHost"/> class. 967Assembly taskExecutionHostAssembly = typeof(TaskExecutionHost).GetTypeInfo().Assembly; 973Assembly taskExecutionHostAssembly = typeof(TaskExecutionHost).GetTypeInfo().Assembly;