2 references to IsPubidChar
System.Xml (2)
System\Xml\XmlCharType.cs (1)
740
if ( !
IsPubidChar
(str[i]) ) {
System\Xml\XmlConvert.cs (1)
585
return xmlCharType.
IsPubidChar
(ch);