7 references to SetLocaleValue
System.Data.Common (7)
System\Data\DataSet.cs (1)
890SetLocaleValue(value, true);
System\Data\DataTable.cs (4)
276ds.SetLocaleValue(_culture, _cultureUserSet); 5427ds.SetLocaleValue(_culture, _cultureUserSet); 5594ds.SetLocaleValue(_culture, _cultureUserSet); 6583dataset.SetLocaleValue(ds.Locale, ds.ShouldSerializeLocale());
System\Data\XMLSchema.cs (2)
2587_ds!.SetLocaleValue(CultureInfo.CurrentCulture, false); 2592_ds!.SetLocaleValue(new CultureInfo(0x409), false);