3 references to MatchChoiceOrThrow
aspire (3)
Interaction\ConsoleInteractionService.cs (2)
298return MatchChoiceOrThrow(value, binding!, choicesList, choiceFormatter); 307return MatchChoiceOrThrow(binding.NonInteractiveDefaultValue, binding, choicesList, choiceFormatter);
Interaction\ExtensionInteractionService.cs (1)
308return _consoleInteractionService.MatchChoiceOrThrow(value, binding!, choices, choiceFormatter);