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