3 references to GetSimilarTokens
Microsoft.DotNet.Cli.Utils.Tests (1)
TypoCorrectionTests.cs (1)
29
TypoCorrection.
GetSimilarTokens
(possibleTokens.Split('|'), token)
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (2)
466
IEnumerable<string> possibleTemplateMatches = TypoCorrection.
GetSimilarTokens
(possibleTemplates, instantiateArgs.ShortName);
495
IEnumerable<string> possibleSubcommandsMatches = TypoCorrection.
GetSimilarTokens
(possibleSubcommands, instantiateArgs.ShortName);