3 writes to m_cultureData
mscorlib (3)
system\globalization\textinfo.cs (3)
109
this.
m_cultureData
= cultureData;
149
this.
m_cultureData
= null;
185
this.
m_cultureData
= CultureInfo.GetCultureInfo(m_cultureName).m_cultureData;
11 references to m_cultureData
mscorlib (11)
system\globalization\textinfo.cs (11)
110
this.m_cultureName = this.
m_cultureData
.CultureName;
111
this.m_textInfoName = this.
m_cultureData
.STEXTINFO;
156
if (this.
m_cultureData
== null)
186
this.m_textInfoName = this.
m_cultureData
.STEXTINFO;
377
return (this.
m_cultureData
.IDEFAULTANSICODEPAGE);
384
return (this.
m_cultureData
.IDEFAULTOEMCODEPAGE);
391
return (this.
m_cultureData
.IDEFAULTMACCODEPAGE);
398
return (this.
m_cultureData
.IDEFAULTEBCDICCODEPAGE);
519
m_listSeparator = this.
m_cultureData
.SLIST;
684
return ("TextInfo - " + this.
m_cultureData
.CultureName);
920
return this.
m_cultureData
.IsRightToLeft;