5 references to MSD_CASESENSITIVE
System.Data.Common (5)
System\Data\xmlsaver.cs (3)
1032
_dsElement.SetAttribute(Keywords.
MSD_CASESENSITIVE
, Keywords.MSDNS, Keywords.TRUE);
1054
_dsElement.SetAttribute(Keywords.
MSD_CASESENSITIVE
, Keywords.MSDNS, Keywords.TRUE);
1785
root.SetAttribute(Keywords.
MSD_CASESENSITIVE
, Keywords.MSDNS, table.CaseSensitive.ToString());
System\Data\XMLSchema.cs (2)
1592
string? value = GetStringAttribute(typeNode, Keywords.
MSD_CASESENSITIVE
, "");
1595
value = GetStringAttribute(node, Keywords.
MSD_CASESENSITIVE
, "");