5 references to MSD_CASESENSITIVE
System.Data (5)
fx\src\data\System\Data\xmlsaver.cs (3)
875dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.TRUE); 891dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.TRUE); 1518root.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, table.CaseSensitive.ToString(CultureInfo.InvariantCulture));
fx\src\data\System\Data\XMLSchema.cs (2)
1369String value= GetStringAttribute(typeNode, Keywords.MSD_CASESENSITIVE, "") ; 1372value= GetStringAttribute(node, Keywords.MSD_CASESENSITIVE, "") ;