3 writes to m_indexes
mscorlib (3)
system\globalization\stringinfo.cs (3)
58m_indexes = null; 86this.m_indexes = StringInfo.ParseCombiningCharacters(this.String); 105this.m_indexes = null;
2 references to m_indexes
mscorlib (2)
system\globalization\stringinfo.cs (2)
85if((null == this.m_indexes) && (0 < this.String.Length)) { 89return(this.m_indexes);