10 references to ExecuteTaskAndGatherOutputs
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
868executionMode = TaskExecutionMode.ExecuteTaskAndGatherOutputs; 875executionMode |= TaskExecutionMode.ExecuteTaskAndGatherOutputs;
BackEnd\Components\RequestBuilder\TaskBuilder.cs (6)
185if ((mode & TaskExecutionMode.ExecuteTaskAndGatherOutputs) == TaskExecutionMode.ExecuteTaskAndGatherOutputs) 187taskResult = await ExecuteTask(TaskExecutionMode.ExecuteTaskAndGatherOutputs, executeLookup); 421if (howToExecuteTask == TaskExecutionMode.ExecuteTaskAndGatherOutputs) 620if (howToExecuteTask == TaskExecutionMode.ExecuteTaskAndGatherOutputs) 1148if (howToExecuteTask == TaskExecutionMode.ExecuteTaskAndGatherOutputs)
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockTaskBuilder.cs (2)
99else if ((mode & TaskExecutionMode.ExecuteTaskAndGatherOutputs) == TaskExecutionMode.ExecuteTaskAndGatherOutputs)