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