3 writes to _attrDuplWalkCount
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
7720
_attrDuplWalkCount
++;
7727
_attrDuplWalkCount
= MaxAttrDuplWalkCount;
7838
_attrDuplWalkCount
= 0;
3 references to _attrDuplWalkCount
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
4971
if (
_attrDuplWalkCount
>= MaxAttrDuplWalkCount)
7718
if (
_attrDuplWalkCount
< MaxAttrDuplWalkCount)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2597
if (
_attrDuplWalkCount
>= MaxAttrDuplWalkCount)