5 references to MSD_ORDINAL
System.Data (5)
fx\src\data\System\Data\xmlsaver.cs (2)
1304
root.SetAttribute(Keywords.
MSD_ORDINAL
,Keywords.MSDNS, col.Ordinal.ToString(CultureInfo.InvariantCulture));
1611
sc.SetAttribute(Keywords.
MSD_ORDINAL
, Keywords.MSDNS, colTxt.Ordinal.ToString(CultureInfo.InvariantCulture));
fx\src\data\System\Data\XMLSchema.cs (3)
1761
if ( attrs[i].LocalName == Keywords.
MSD_ORDINAL
&& attrs[i].NamespaceURI == Keywords.MSDNS)
1860
if ( attrs[i].LocalName == Keywords.
MSD_ORDINAL
&& attrs[i].NamespaceURI == Keywords.MSDNS)
2185
String tmp = GetStringAttribute(elem, Keywords.
MSD_ORDINAL
, (-1).ToString(CultureInfo.CurrentCulture));