1 reference to PublicIdBitmap
System.Private.Xml (1)
System\Xml\XmlCharType.cs (1)
85
return (
PublicIdBitmap
[ch >> 4] & (1 << (ch & 0xF))) != 0;