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