1 write to map4BytesToUnicode
mscorlib (1)
system\text\gb18030encoding.cs (1)
174map4BytesToUnicode = (char*)(pMemorySection + 65536 * 2 * 2 + 0x10000 / 8);
3 references to map4BytesToUnicode
mscorlib (3)
system\text\gb18030encoding.cs (3)
213map4BytesToUnicode[count4Byte] = unicodeCount; 582if (!buffer.AddChar(map4BytesToUnicode[sFourBytesOffset], 4)) 685if (!buffer.AddChar(map4BytesToUnicode[sFourBytesOffset],4))