6 references to FeatureAvailability
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
614
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
);
MSBuild (5)
CommandLine\CommandLineSwitches.cs (1)
297
new ParameterizedSwitchInfo( ["featureAvailability", "fa"], ParameterizedSwitch.
FeatureAvailability
, null, true, "MissingFeatureAvailabilityError", true, false, "HelpMessage_46_FeatureAvailabilitySwitch"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
153
public string[]? FeatureAvailability => GetParameterizedSwitchValue(ParameterizedSwitch.
FeatureAvailability
);
XMake.cs (3)
2160
else if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
))
2162
ShowFeatureAvailability(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
]);
4170
!commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
FeatureAvailability
) &&