2 references to IsNumeric
Microsoft.NET.Build.Containers (2)
ContainerHelpers.cs (2)
271if (!IsAlpha(firstChar) && !IsNumeric(firstChar)) 287if (IsLowerAlpha(current) || IsNumeric(current) || IsAllowedPunctuation(current))