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