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