4 references to IsLetter
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (1)
605return IsLetter(ch) || ch == '_';
FrameworkFork\Microsoft.Xml\Xml\XmlComplianceUtil.cs (3)
174if (xmlCharType.IsLetter(ch)) 176if (xmlCharType.IsLetter(value[++i])) 199if (xmlCharType.IsLetter(ch))