3 writes to attrDuplWalkCount
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
6958attrDuplWalkCount++; 6963attrDuplWalkCount = MaxAttrDuplWalkCount; 7050attrDuplWalkCount = 0;
3 references to attrDuplWalkCount
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (2)
4542if ( attrDuplWalkCount >= MaxAttrDuplWalkCount ) { 6957if ( attrDuplWalkCount < MaxAttrDuplWalkCount ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2428if ( attrDuplWalkCount >= MaxAttrDuplWalkCount ) {