1 write to mapBytesToUnicode
mscorlib (1)
system\text\dbcscodepageencoding.cs (1)
131mapBytesToUnicode = (char*)pMemorySection;
18 references to mapBytesToUnicode
mscorlib (18)
system\text\dbcscodepageencoding.cs (11)
218mapBytesToUnicode[useBytes] = input; 224CleanUpEndBytes(mapBytesToUnicode); 341if (mapBytesToUnicode[correctedChar] != input) 392if (mapBytesToUnicode[correctedChar] != input) 513arrayTemp[iBestFitCount++] = mapBytesToUnicode[correctedChar]; 839char cDecoder = mapBytesToUnicode[iBytes]; 864char c = mapBytesToUnicode[iBytes]; 877c = mapBytesToUnicode[iBytes]; 996char cDecoder = mapBytesToUnicode[iBytes]; 1024char c = mapBytesToUnicode[iBytes]; 1036c = mapBytesToUnicode[iBytes];
system\text\gb18030encoding.cs (3)
194mapBytesToUnicode[data] = unicodeCount; 558if (!buffer.AddChar(this.mapBytesToUnicode[iTwoBytes], 2)) 658if (!buffer.AddChar(this.mapBytesToUnicode[iTwoBytes], 2))
system\text\iso2022encoding.cs (4)
1119char c = mapBytesToUnicode[iBytes]; 1422char c = mapBytesToUnicode[iBytes]; 1696cm = mapBytesToUnicode[iBytes]; 1717char c = mapBytesToUnicode[ch];