6 references to XSI
System.Data (6)
fx\src\data\System\Data\DataSet.cs (1)
3119
const string xsinill = Keywords.
XSI
+ ":" + Keywords.XSI_NIL;
fx\src\data\System\Data\xmlsaver.cs (5)
2212
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE);
2282
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.TYPE, Keywords.XSINS, xsdTypeName);
2489
_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.
XSI
, Keywords.XSD_XMLNS_NS, Keywords.XSINS);
2601
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE);
2653
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.TYPE, Keywords.XSINS, xsdTypeName);