2 writes to strLen
mscorlib (2)
system\globalization\textelementenumerator.cs (2)
54this.strLen = strLen; 73strLen = endIndex + 1;
6 references to strLen
mscorlib (6)
system\globalization\textelementenumerator.cs (6)
85endIndex = strLen - 1; 95if (index >= strLen) 98index = strLen + 1; 101currTextElementLen = StringInfo.GetCurrentTextElementLen(str, index, strLen, ref uc, ref charLen); 125if (index > strLen) { 152if (index < strLen) {