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