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