5 references to FeatureAvailability
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
593
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
);
MSBuild (4)
CommandLineSwitches.cs (1)
299
new ParameterizedSwitchInfo( ["featureAvailability", "fa"], ParameterizedSwitch.
FeatureAvailability
, null, true, "MissingFeatureAvailabilityError", true, false, "HelpMessage_46_FeatureAvailabilitySwitch")
XMake.cs (3)
2595
else if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
))
2597
ShowFeatureAvailability(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
]);
4572
!commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
) &&