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