4 references to MatchChoice
aspire (2)
Interaction\ConsoleInteractionService.cs (2)
794var match = MatchChoice(val, choices, choiceFormatter); 849var match = MatchChoice(value, choices, choiceFormatter);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (2)
1540var result = ConsoleInteractionService.MatchChoice("id1", choices, c => c.Display); 1853var result = ConsoleInteractionService.MatchChoice("ALPHA", choices, c => c);