5 references to AttributeCount
System.Private.Xml (5)
System\Xml\Dom\XmlNodeReader.cs (5)
136Debug.Assert(_nAttrInd >= 0 && _nAttrInd < AttributeCount); 215Debug.Assert(_nAttrInd >= 0 && _nAttrInd < AttributeCount); 236Debug.Assert(_nAttrInd >= 0 && _nAttrInd < AttributeCount); 359ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(attributeIndex, AttributeCount); 1331return _readerNav.AttributeCount;