2 references to IsAlpha
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
198if (!IsAlpha(localName[0])) 203if (!IsAlpha(ch) && !IsDigit(ch))