1 write to attributeCount
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
489this.attributeCount = record.AttributeCount;
10 references to attributeCount
System.Data.SqlXml (10)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (10)
158get { return this.attributeCount; } 229if (i < 0 || this.attributeCount <= i) { 236if (this.attributeCount <= 0) { 237Debug.Assert(this.attributeCount == 0); 247if (this.currentIndex + 1 < this.attributeCount) { 512Debug.Assert(0 <= attrib && attrib < this.attributeCount); 521if (attrib < 0 || this.attributeCount <= attrib) { 538for (int index = 0; index < this.attributeCount; index ++) { 557for (int index = 0; index < this.attributeCount; index ++) { 581Debug.Assert(this.attributeCount == 0 || this.attributeList != null);