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