2 references to IsPubidChar
System.Private.Xml (2)
System\Xml\XmlCharType.cs (1)
23
Debug.Assert(PublicIdChars.Contains(c) ==
IsPubidChar
(c));
System\Xml\XmlConvert.cs (1)
568
return XmlCharType.
IsPubidChar
(ch);