1 write to _attributeCount
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
578_attributeCount = record.AttributeCount;
10 references to _attributeCount
System.Private.Xml (10)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (10)
182get { return _attributeCount; } 266ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i, _attributeCount); 272if (_attributeCount <= 0) 274Debug.Assert(_attributeCount == 0); 286if (_currentIndex + 1 < _attributeCount) 604Debug.Assert(0 <= attrib && attrib < _attributeCount); 615ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(attrib, _attributeCount); 627for (int index = 0; index < _attributeCount; index++) 647for (int index = 0; index < _attributeCount; index++) 677Debug.Assert(_attributeCount == 0 || _attributeList != null);