8 references to InferOutputsOnly
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
864executionMode = TaskExecutionMode.InferOutputsOnly;
BackEnd\Components\RequestBuilder\TaskBuilder.cs (5)
180if ((mode & TaskExecutionMode.InferOutputsOnly) == TaskExecutionMode.InferOutputsOnly) 182taskResult = await ExecuteTask(TaskExecutionMode.InferOutputsOnly, inferLookup); 502ErrorUtilities.VerifyThrow(howToExecuteTask == TaskExecutionMode.InferOutputsOnly, "should be inferring"); 1155ErrorUtilities.VerifyThrow(howToExecuteTask == TaskExecutionMode.InferOutputsOnly, "should be inferring");
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockTaskBuilder.cs (2)
95if ((mode & TaskExecutionMode.InferOutputsOnly) == TaskExecutionMode.InferOutputsOnly)