5 references to MSD_LOCALE
System.Data.Common (5)
System\Data\xmlsaver.cs (3)
1034_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dataSet.Locale.ToString()); 1056_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.Locale.ToString()); 1779root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.Locale.ToString());
System\Data\XMLSchema.cs (2)
1597value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2556string? value = GetMsdataAttribute(node, Keywords.MSD_LOCALE);