5 references to MSD_LOCALE
System.Data (5)
fx\src\data\System\Data\xmlsaver.cs (3)
878dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dataSet.Locale.ToString()); 894dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.Locale.ToString()); 1521root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.Locale.ToString());
fx\src\data\System\Data\XMLSchema.cs (2)
1381value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2220String value = GetMsdataAttribute(node, Keywords.MSD_LOCALE);