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