3 writes to index
mscorlib (3)
system\globalization\textelementenumerator.cs (3)
98index = strLen + 1; 102index += currTextElementLen; 151index = startIndex;
10 references to index
mscorlib (10)
system\globalization\textelementenumerator.cs (10)
78uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen); 95if (index >= strLen) 101currTextElementLen = StringInfo.GetCurrentTextElementLen(str, index, strLen, ref uc, ref charLen); 122if (index == startIndex) { 125if (index > strLen) { 129return (str.Substring(index - currTextElementLen, currTextElementLen)); 140if (index == startIndex) 144return (index - currTextElementLen); 152if (index < strLen) { 154uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out charLen);