15 references to XSINS
System.Data.Common (15)
System\Data\Common\ObjectStorage.cs (1)
373
string? xsdTypeName = xmlReader.GetAttribute(Keywords.TYPE, Keywords.
XSINS
); // this xsd type: Base type polymorphism
System\Data\Common\SqlUDTStorage.cs (1)
180
string? xsdTypeName = xmlReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
XSINS
); // this xsd type
System\Data\XmlDataLoader.cs (4)
389
if (XMLSchema.GetBooleanAttribute(rowElement, Keywords.XSI_NIL, Keywords.
XSINS
, false) && string.IsNullOrEmpty(text))
423
if (XMLSchema.GetBooleanAttribute(e, Keywords.XSI_NIL, Keywords.
XSINS
, false) && string.IsNullOrEmpty(text))
1155
xsiNilString = _dataReader.GetAttribute(Keywords.XSI_NIL, Keywords.
XSINS
);
1169
xsiTypeString = _dataReader.GetAttribute(Keywords.TYPE, Keywords.
XSINS
);
System\Data\XMLDiffLoader.cs (1)
393
(row.GetAttribute(Keywords.TYPE, Keywords.
XSINS
) != null));
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);
System\Xml\XmlBoundElement.cs (1)
289
w.WriteAttributeString("xmlns", "xsi", "http://www.w3.org/2000/xmlns/", Keywords.
XSINS
);
System\Xml\XmlDataDocument.cs (2)
725
XmlAttribute attr = CreateAttribute(XSI, Keywords.XSI_NIL, Keywords.
XSINS
);
1458
attr = CreateAttribute(XSI, Keywords.XSI_NIL, Keywords.
XSINS
);