6 references to EnableReflectiveTaskExecution
Microsoft.Build (6)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (6)
329else if (!FeatureSwitches.EnableReflectiveTaskExecution) 489else if (!FeatureSwitches.EnableReflectiveTaskExecution && _taskFactoryWrapper.TaskFactory is IntrinsicTaskFactory intrinsicTaskFactory) 498else if (!FeatureSwitches.EnableReflectiveTaskExecution) 562if (_registeredTaskFactory is null && _taskFactoryWrapper.TaskFactory is not IntrinsicTaskFactory && !FeatureSwitches.EnableReflectiveTaskExecution) 1515/// gated behind <see cref="FeatureSwitches.EnableReflectiveTaskExecution"/>, so a trimmed/AOT image 1525if (FeatureSwitches.EnableReflectiveTaskExecution)