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