5 references to MSD_LOCALE
System.Data.Common (5)
System\Data\xmlsaver.cs (3)
1036_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dataSet.Locale.ToString()); 1058_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.Locale.ToString()); 1789root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.Locale.ToString());
System\Data\XMLSchema.cs (2)
1605value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2569string? value = GetMsdataAttribute(node, Keywords.MSD_LOCALE);