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