3 writes to _attrDuplWalkCount
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
7710
_attrDuplWalkCount
++;
7717
_attrDuplWalkCount
= MaxAttrDuplWalkCount;
7828
_attrDuplWalkCount
= 0;
3 references to _attrDuplWalkCount
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
4954
if (
_attrDuplWalkCount
>= MaxAttrDuplWalkCount)
7708
if (
_attrDuplWalkCount
< MaxAttrDuplWalkCount)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2597
if (
_attrDuplWalkCount
>= MaxAttrDuplWalkCount)