2 writes to attrCount
System.Xml (2)
System\Xml\XPath\XPathNavigatorReader.cs (2)
356
this.
attrCount
= count;
838
this.
attrCount
= -1;
2 references to attrCount
System.Xml (2)
System\Xml\XPath\XPathNavigatorReader.cs (2)
339
if ( this.
attrCount
< 0 ) {
358
return this.
attrCount
;