6 references to XSI
System.Data.Common (6)
System\Data\DataSet.cs (1)
3436
const string xsinill = Keywords.
XSI
+ ":" + Keywords.XSI_NIL;
System\Data\xmlsaver.cs (5)
2559
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE);
2644
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.TYPE, Keywords.XSINS, xsdTypeName);
2882
_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.
XSI
, Keywords.XSD_XMLNS_NS, Keywords.XSINS);
3009
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE);
3076
_xmlw.WriteAttributeString(Keywords.
XSI
, Keywords.TYPE, Keywords.XSINS, xsdTypeName);