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