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