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