4 writes to charLen
mscorlib (4)
system\globalization\textelementenumerator.cs (4)
67
charLen
= -1;
78
uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out
charLen
);
101
currTextElementLen = StringInfo.GetCurrentTextElementLen(str, index, strLen, ref uc, ref
charLen
);
154
uc = CharUnicodeInfo.InternalGetUnicodeCategory(str, index, out
charLen
);
1 reference to charLen
mscorlib (1)
system\globalization\textelementenumerator.cs (1)
76
if (
charLen
== -1)