7 references to ShouldSerializeLocale
System.Data (7)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
677if (table.ShouldSerializeLocale()) {
fx\src\data\System\Data\DataSet.cs (4)
813if (!table.ShouldSerializeLocale()) { 824if (!table.ShouldSerializeLocale()) { 840if (!table.ShouldSerializeLocale()) { 846if (!Tables[i].ShouldSerializeLocale()) {
fx\src\data\System\Data\xmlsaver.cs (2)
893if (dt.ShouldSerializeLocale() || !dt.Locale.Equals(CultureInfo.CurrentCulture)) { 1520if (table.ShouldSerializeLocale()) {