5 references to AttributeCount
System.Xml (5)
System\Xml\Dom\XmlNodeReader.cs (5)
125Debug.Assert( nAttrInd >= 0 && nAttrInd < AttributeCount ); 208Debug.Assert( nAttrInd >= 0 && nAttrInd < AttributeCount ); 225Debug.Assert( nAttrInd >= 0 && nAttrInd < AttributeCount ); 315if (attributeIndex < 0 || attributeIndex >= AttributeCount) { 1127return readerNav.AttributeCount;