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