2 references to IsNumericIdentifier
Microsoft.Deployment.DotNet.Releases (2)
ReleaseVersion.cs (2)
653internal static bool IsPrereleaseIdentifier(string input) => IsNumericIdentifier(input) || IsAlphaNumericIdentifier(input); 815if (!IsNumericIdentifier(input))