1 write to attributeValue
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
467this.attributeValue = new BuilderInfo();
9 references to attributeValue
System.Data.SqlXml (9)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (9)
255if (NodeType == XmlNodeType.Attribute || this.currentInfo == this.attributeValue) { 333if (NodeType == XmlNodeType.Element || NodeType == XmlNodeType.Attribute || this.currentInfo == this.attributeValue) { 466if (this.attributeValue == null) { 468this.attributeValue.NodeType = XmlNodeType.Text; 470if (this.currentInfo == this.attributeValue) { 474this.attributeValue.Value = this.currentInfo.Value; 475this.attributeValue.Depth = this.currentInfo.Depth + 1; 476this.currentInfo = this.attributeValue; 583Debug.Assert((this.currentIndex == -1) || (this.currentInfo == this.attributeValue || this.attributeList[this.currentIndex] is BuilderInfo && this.attributeList[this.currentIndex] == this.currentInfo));