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