9 writes to attrCount
System.Xml (9)
System\Xml\BinaryXml\XmlBinaryReader.cs (9)
2141
this.
attrCount
= 0;
2204
this.
attrCount
++;
2238
this.
attrCount
= 1;
2242
this.
attrCount
++;
2252
this.
attrCount
++;
2318
this.
attrCount
++;
2485
this.
attrCount
= 0;
2766
this.attributes[this.
attrCount
++].Set(new QName(string.Empty, this.xnt.Add("SYSTEM"), string.Empty), ParseText());
2770
this.attributes[this.
attrCount
++].Set(new QName(string.Empty, this.xnt.Add("PUBLIC"), string.Empty), ParseText());
26 references to attrCount
System.Xml (26)
System\Xml\BinaryXml\XmlBinaryReader.cs (26)
583
return this.
attrCount
;
625
if (i < 0 || i >= this.
attrCount
)
669
if (i < 0 || i >= this.
attrCount
) {
681
if (this.
attrCount
== 0)
695
if (this.attrIndex >= this.
attrCount
)
1777
for (int i = 0; i < this.
attrCount
; i++) {
1787
Debug.Assert(this.
attrCount
== 0);
2089
for (int i = 0; i < this.
attrCount
; i++) {
2101
for (int i = 0; i < this.
attrCount
; i++) {
2135
System.Array.Copy(this.attributes, 0, n, 0, this.
attrCount
);
2140
if (this.
attrCount
!= 0)
2163
for (int i = 0; i < this.
attrCount
; i++) {
2197
if (this.
attrCount
== this.attributes.Length)
2203
this.attributes[this.
attrCount
].Set(name, decl.uri);
2251
this.attributes[this.
attrCount
].Set(new QName(string.Empty, this.xnt.Add("standalone"), string.Empty), (standalone == 1) ? "yes" : "no");
2291
if (this.
attrCount
== this.attributes.Length)
2295
this.attributes[this.
attrCount
].Set(n, (int)this.pos);
2298
xmllang = this.
attrCount
;
2301
xmlspace = this.
attrCount
;
2334
this.attributes[this.
attrCount
- 1].val = val;
2362
if (this.
attrCount
< 200)
2369
for (int i = 0; i < this.
attrCount
; i++) {
2372
for (int j = i + 1; j < this.
attrCount
; j++) {
2381
while (tblSize < this.
attrCount
)
2385
for (int i = 0; i < this.
attrCount
; i++) {
2405
for (int i = 0; i < this.
attrCount
; i++) {