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