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)
4954if (_attrDuplWalkCount >= MaxAttrDuplWalkCount) 7708if (_attrDuplWalkCount < MaxAttrDuplWalkCount)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2597if (_attrDuplWalkCount >= MaxAttrDuplWalkCount)