2 references to IsAlpha
System.ServiceModel (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
188if (!IsAlpha(localName[0])) 193if (!IsAlpha(ch) && !IsDigit(ch))