15 references to XSINS
System.Data (15)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
310
string xsdTypeName = xmlReader.GetAttribute(Keywords.TYPE, Keywords.
XSINS
); // this xsd type: Base type polymorphism
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
163
string xsdTypeName = xmlReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
XSINS
); // this xsd type
fx\src\data\System\Data\XmlDataLoader.cs (4)
358
if (XMLSchema.GetBooleanAttribute(rowElement, Keywords.XSI_NIL, Keywords.
XSINS
, false) && Common.ADP.IsEmpty(text) )
386
if (XMLSchema.GetBooleanAttribute(e, Keywords.XSI_NIL, Keywords.
XSINS
, false) && Common.ADP.IsEmpty(text) )
1087
xsiNilString = dataReader.GetAttribute(Keywords.XSI_NIL, Keywords.
XSINS
);
1099
xsiTypeString = dataReader.GetAttribute(Keywords.TYPE, Keywords.
XSINS
);
fx\src\data\System\Data\XMLDiffLoader.cs (1)
358
(row.GetAttribute(Keywords.TYPE, Keywords.
XSINS
) != null)) ;
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);
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
242
w.WriteAttributeString( "xmlns", "xsi", "http://www.w3.org/2000/xmlns/", Keywords.
XSINS
);
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
651
XmlAttribute attr = CreateAttribute( XSI, Keywords.XSI_NIL, Keywords.
XSINS
);
1310
attr = CreateAttribute( XSI, Keywords.XSI_NIL, Keywords.
XSINS
);