2 references to IsAsciiLetterOrDigit
NuGet.Packaging (2)
PackageCreation\Utility\PackageIdValidator.cs (2)
77
if (!
IsAsciiLetterOrDigit
(first) && first != '_')
86
if (!
IsAsciiLetterOrDigit
(c) && c != '.' && c != '-' && c != '_')