4 writes to sNativeName
mscorlib (4)
system\globalization\calendardata.cs (4)
85
invariant.
sNativeName
= "Gregorian Calendar"; // Calendar Name
133
if (this.sNativeName == null) this.
sNativeName
= String.Empty; // Calendar Name for the locale.
166
this.
sNativeName
= "\x4e2d\x83ef\x6c11\x570b\x66c6";
170
this.
sNativeName
= String.Empty;
2 references to sNativeName
mscorlib (2)
system\globalization\calendardata.cs (1)
133
if (this.
sNativeName
== null) this.sNativeName = String.Empty; // Calendar Name for the locale.
system\globalization\culturedata.cs (1)
2381
return GetCalendar(calendarId).
sNativeName
;