3 writes to attributeCount
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (3)
140this.attributeCount = 0; 321this.attributeCount = 0; 359this.attributeCount++;
17 references to attributeCount
System.Runtime.Serialization (17)
System\Xml\XmlBaseReader.cs (17)
151if (attributeCount < 1) 154if (attributeCount > 3) 163if (attributeCount > 1) 167if (attributeCount == 3 && !CheckStandalone(2)) 170else if (!CheckStandalone(1) || attributeCount > 2) 338int attributeIndex = this.attributeCount; 494return attributeCount; 544if (index >= attributeCount) 545throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("index", SR.GetString(SR.OffsetExceedsBufferSize, attributeCount))); 579int attributeCount = this.attributeCount; 606int attributeCount = this.attributeCount; 633int attributeCount = this.attributeCount; 729if (attributeCount > 0) 731ProcessAttributes(attributeNodes, attributeCount); 889if (!node.CanGetAttribute || attributeCount == 0) 901if (attributeIndex >= attributeCount) 2081for (int i = 0; i < attributeCount; i++)