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