2 writes to m_abbrevEraNames
mscorlib (2)
system\globalization\datetimeformatinfo.cs (2)
647
m_abbrevEraNames
= null;
818
this.
m_abbrevEraNames
= this.m_cultureData.AbbrevEraNames(Calendar.ID);
5 references to m_abbrevEraNames
mscorlib (5)
system\globalization\datetimeformatinfo.cs (5)
762
if (String.Compare(eraName,
m_abbrevEraNames
[i], this.Culture, CompareOptions.IgnoreCase)==0) {
816
if (this.
m_abbrevEraNames
== null)
820
return (this.
m_abbrevEraNames
);
834
if ((--era) <
m_abbrevEraNames
.Length && (era >= 0)) {
835
return (
m_abbrevEraNames
[era]);