1 write to s_pCategoryLevel1Index
mscorlib (1)
system\globalization\charunicodeinfo.cs (1)
128
s_pCategoryLevel1Index
= (ushort*) (pDataTable + mainHeader->OffsetToCategoriesIndex);
3 references to s_pCategoryLevel1Index
mscorlib (3)
system\globalization\charunicodeinfo.cs (3)
453
ushort index =
s_pCategoryLevel1Index
[ch >> 8];
456
index =
s_pCategoryLevel1Index
[index + ((ch >> 4) & 0x000f)];
457
byte* pBytePtr = (byte*)&(
s_pCategoryLevel1Index
[index]);