1 write to howToExecuteTask
Microsoft.Build.Engine (1)
Engine\TaskExecutionState.cs (1)
50this.howToExecuteTask = howToExecuteTask;
2 references to howToExecuteTask
Microsoft.Build.Engine (2)
Engine\TaskExecutionState.cs (2)
161if ((howToExecuteTask & TaskExecutionMode.InferOutputsOnly) != TaskExecutionMode.Invalid) 172if ((howToExecuteTask & TaskExecutionMode.ExecuteTaskAndGatherOutputs) != TaskExecutionMode.Invalid)