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