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