5 references to MSD_ORDINAL
System.Data.Common (5)
System\Data\xmlsaver.cs (2)
1543
root.SetAttribute(Keywords.
MSD_ORDINAL
, Keywords.MSDNS, col.Ordinal.ToString(CultureInfo.InvariantCulture));
1887
sc.SetAttribute(Keywords.
MSD_ORDINAL
, Keywords.MSDNS, colTxt.Ordinal.ToString(CultureInfo.InvariantCulture));
System\Data\XMLSchema.cs (3)
2038
if (attrs[i].LocalName == Keywords.
MSD_ORDINAL
&& attrs[i].NamespaceURI == Keywords.MSDNS)
2152
if (attrs[i].LocalName == Keywords.
MSD_ORDINAL
&& attrs[i].NamespaceURI == Keywords.MSDNS)
2529
string tmp = GetStringAttribute(elem, Keywords.
MSD_ORDINAL
, (-1).ToString(CultureInfo.CurrentCulture));