2 writes to m_str
mscorlib (2)
system\globalization\stringinfo.cs (2)
50m_str = String.Empty; 104this.m_str = value;
5 references to m_str
mscorlib (5)
system\globalization\stringinfo.cs (5)
56if (m_str.Length == 0) 69return (this.m_str.Equals(that.m_str)); 77return this.m_str.GetHashCode(); 95return(this.m_str);