3 writes to attrDuplWalkCount
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
6958
attrDuplWalkCount
++;
6963
attrDuplWalkCount
= MaxAttrDuplWalkCount;
7050
attrDuplWalkCount
= 0;
3 references to attrDuplWalkCount
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
4542
if (
attrDuplWalkCount
>= MaxAttrDuplWalkCount ) {
6957
if (
attrDuplWalkCount
< MaxAttrDuplWalkCount ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2428
if (
attrDuplWalkCount
>= MaxAttrDuplWalkCount ) {