2 references to isAllAscii
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (2)
101
Debug.Assert(
isAllAscii
(optionName.AsSpan()));
102
if (
isAllAscii
(value))