10 references to ExecuteTaskAndGatherOutputs
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
873executionMode = TaskExecutionMode.ExecuteTaskAndGatherOutputs; 880executionMode |= TaskExecutionMode.ExecuteTaskAndGatherOutputs;
BackEnd\Components\RequestBuilder\TaskBuilder.cs (6)
184if ((mode & TaskExecutionMode.ExecuteTaskAndGatherOutputs) == TaskExecutionMode.ExecuteTaskAndGatherOutputs) 186taskResult = await ExecuteTask(TaskExecutionMode.ExecuteTaskAndGatherOutputs, executeLookup); 422if (howToExecuteTask == TaskExecutionMode.ExecuteTaskAndGatherOutputs) 612if (howToExecuteTask == TaskExecutionMode.ExecuteTaskAndGatherOutputs) 1144if (howToExecuteTask == TaskExecutionMode.ExecuteTaskAndGatherOutputs)
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockTaskBuilder.cs (2)
104else if ((mode & TaskExecutionMode.ExecuteTaskAndGatherOutputs) == TaskExecutionMode.ExecuteTaskAndGatherOutputs)