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