4 references to IsLetter
System.Xml (4)
System\Xml\XmlCharType.cs (1)
626
return
IsLetter
( ch ) || ch == '_';
System\Xml\XmlComplianceUtil.cs (3)
143
if ( xmlCharType.
IsLetter
(ch) ) {
144
if ( xmlCharType.
IsLetter
( value[++i] ) ) {
162
if ( xmlCharType.
IsLetter
( ch ) ) {