3 writes to m_name
mscorlib (3)
system\globalization\compareinfo.cs (3)
122this.m_name = culture.m_name; 263this.m_name = null; 274this.m_name = ci.m_name;
7 references to m_name
mscorlib (7)
system\globalization\compareinfo.cs (7)
270if (this.m_name == null) 278ci = CultureInfo.GetCultureInfo(m_name); 299Contract.Assert(m_name != null, "CompareInfo.OnSerializing - expected m_name to be set already"); 329Contract.Assert(m_name != null, "CompareInfo.Name Expected m_name to be set"); 330if (m_name == "zh-CHT" || m_name == "zh-CHS") 332return m_name;