8 references to InferOutputsOnly
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
869executionMode = TaskExecutionMode.InferOutputsOnly;
BackEnd\Components\RequestBuilder\TaskBuilder.cs (5)
179if ((mode & TaskExecutionMode.InferOutputsOnly) == TaskExecutionMode.InferOutputsOnly) 181taskResult = await ExecuteTask(TaskExecutionMode.InferOutputsOnly, inferLookup); 494ErrorUtilities.VerifyThrow(howToExecuteTask == TaskExecutionMode.InferOutputsOnly, "should be inferring"); 1151ErrorUtilities.VerifyThrow(howToExecuteTask == TaskExecutionMode.InferOutputsOnly, "should be inferring");
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockTaskBuilder.cs (2)
100if ((mode & TaskExecutionMode.InferOutputsOnly) == TaskExecutionMode.InferOutputsOnly)