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