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