2 writes to currTextElementLen
mscorlib (2)
system\globalization\textelementenumerator.cs (2)
74currTextElementLen = nextTextElementLen; 101currTextElementLen = StringInfo.GetCurrentTextElementLen(str, index, strLen, ref uc, ref charLen);
5 references to currTextElementLen
mscorlib (5)
system\globalization\textelementenumerator.cs (5)
86nextTextElementLen = currTextElementLen; 102index += currTextElementLen; 129return (str.Substring(index - currTextElementLen, currTextElementLen)); 144return (index - currTextElementLen);