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