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