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