6 references to InferOutputsOnly
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
865executionMode = TaskExecutionMode.InferOutputsOnly;
BackEnd\Components\RequestBuilder\TaskBuilder.cs (5)
190if ((mode & TaskExecutionMode.InferOutputsOnly) == TaskExecutionMode.InferOutputsOnly) 192taskResult = await ExecuteTask(TaskExecutionMode.InferOutputsOnly, inferLookup); 523Assumed.Equal(howToExecuteTask, TaskExecutionMode.InferOutputsOnly, "should be inferring"); 1183Assumed.Equal(howToExecuteTask, TaskExecutionMode.InferOutputsOnly, "should be inferring");