1 write to mapBytesToUnicode
mscorlib (1)
system\text\sbcscodepageencoding.cs (1)
93mapBytesToUnicode = (char*)pMemorySection;
8 references to mapBytesToUnicode
mscorlib (8)
system\text\sbcscodepageencoding.cs (8)
124mapBytesToUnicode[b] = pTemp[b]; 131mapBytesToUnicode[b] = UNKNOWN_CHAR; 177arrayTemp[i] = mapBytesToUnicode[i]; 282arrayTemp[iBestFitCount++] = mapBytesToUnicode[input]; 288(int)mapBytesToUnicode[input], (int)input, CodePage)); 708c = mapBytesToUnicode[*bytes]; 809c = mapBytesToUnicode[*bytes]; 835char c = mapBytesToUnicode[*bytes];