1 write to mapUnicodeTo4BytesFlags
mscorlib (1)
system\text\gb18030encoding.cs (1)
173
mapUnicodeTo4BytesFlags
= pMemorySection + 65536 * 2 * 2;
2 references to mapUnicodeTo4BytesFlags
mscorlib (2)
system\text\gb18030encoding.cs (2)
217
mapUnicodeTo4BytesFlags
[unicodeCount / 8] |= unchecked((byte)(1 << (unicodeCount % 8)));
252
byte b4Byte =
mapUnicodeTo4BytesFlags
[charTest / 8];