3 references to innerSizeBits
Microsoft.CodeAnalysis (3)
Xml\XmlCharType.cs (3)
89private const int innerSize = 1 << innerSizeBits; //size of the inner tables in byte[][] 477byte table = s_charPropertiesIndex[i >> innerSizeBits]; 478return s_charProperties[unchecked((table << innerSizeBits) + (i & innerSizeMask))];