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