4 references to IsAllDigits
Microsoft.Deployment.DotNet.Releases (4)
ReleaseVersion.cs (4)
469
bool isNumericIdentifierA =
IsAllDigits
(dotPartsA[i]);
470
bool isNumericIdentifierB =
IsAllDigits
(dotPartsB[i]);
592
return
IsAllDigits
(input);
623
internal static bool IsBuildIdentifier(string input) => IsAlphaNumericIdentifier(input) ||
IsAllDigits
(input);