2 writes to sListSeparator
mscorlib (2)
system\globalization\culturedata.cs (2)
436 invariant.sListSeparator = ","; // list separator 1934this.sListSeparator = DoGetLocaleInfo(LOCALE_SLIST);
2 references to sListSeparator
mscorlib (2)
system\globalization\culturedata.cs (2)
1928if (this.sListSeparator == null 1936return this.sListSeparator;