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