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