2 references to InitializeAndExecuteTask
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
453taskResult = await InitializeAndExecuteTask(taskLoggingContext, bucket, taskIdentityParameters, taskHost, howToExecuteTask); 571taskResult = InitializeAndExecuteTask(taskLoggingContext, bucket, taskIdentityParameters, taskHost, howToExecuteTask).Result;