1 write to str
mscorlib (1)
system\globalization\textelementenumerator.cs (1)
52
this.
str
= str;
4 references to str
mscorlib (4)
system\globalization\textelementenumerator.cs (4)
78
uc = CharUnicodeInfo.InternalGetUnicodeCategory(
str
, index, out charLen);
101
currTextElementLen = StringInfo.GetCurrentTextElementLen(
str
, index, strLen, ref uc, ref charLen);
129
return (
str
.Substring(index - currTextElementLen, currTextElementLen));
154
uc = CharUnicodeInfo.InternalGetUnicodeCategory(
str
, index, out charLen);