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