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