4 writes to code
System.Data.SqlXml (4)
System\Xml\Xsl\XmlQueryTypeFactory.cs (4)
725
this.
code
= t.TypeCode;
738
this.
code
= XmlTypeCode.Node;
744
this.
code
= XmlTypeCode.AnyAtomicType;
749
this.
code
= XmlTypeCode.Item;
7 references to code
System.Data.SqlXml (7)
System\Xml\Xsl\XmlQueryTypeFactory.cs (7)
723
if (this.
code
== XmlTypeCode.None) {
730
if (this.
code
== t.TypeCode) {
732
if (this.
code
== XmlTypeCode.Element)
734
else if (this.
code
== XmlTypeCode.Attribute)
803
get { return this.
code
; }
880
if (this.
code
== XmlTypeCode.None || this.
code
== XmlTypeCode.Item)