1 write to s_pNumericLevel1Index
mscorlib (1)
system\globalization\charunicodeinfo.cs (1)
130s_pNumericLevel1Index = (ushort*) (pDataTable + mainHeader->OffsetToNumbericIndex);
6 references to s_pNumericLevel1Index
mscorlib (6)
system\globalization\charunicodeinfo.cs (6)
257ushort index = s_pNumericLevel1Index[ch >> 8]; 261index = s_pNumericLevel1Index[index + ((ch >> 4) & 0x000f)]; 262byte* pBytePtr = (byte*)&(s_pNumericLevel1Index[index]); 290ushort index = s_pNumericLevel1Index[ch >> 8]; 294index = s_pNumericLevel1Index[index + ((ch >> 4) & 0x000f)]; 295byte* pBytePtr = (byte*)&(s_pNumericLevel1Index[index]);