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