4 writes to charLen
mscorlib (4)
system\globalization\textelementenumerator.cs (4)
67charLen = -1; 78uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen); 101currTextElementLen = StringInfo.GetCurrentTextElementLen(str, index, strLen, ref uc, ref charLen); 154uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen);
1 reference to charLen
mscorlib (1)
system\globalization\textelementenumerator.cs (1)
76if (charLen == -1)