1 reference to IsEnglishLetter
NuGet.CommandLine.XPlat (1)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandOption.cs (1)
29
if (optName.Length == 1 && !
IsEnglishLetter
(optName[0]))