2 references to IsAlpha
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
1358if (!IsAlpha(localName[0])) 1363if (!IsAlpha(ch) && !IsDigit(ch))