6 references to MaxAttrDuplWalkCount
System.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (5)
4098if (attrCount >= MaxAttrDuplWalkCount) { 4542if ( attrDuplWalkCount >= MaxAttrDuplWalkCount ) { 4567if ( attrCount < MaxAttrDuplWalkCount ) { 6957if ( attrDuplWalkCount < MaxAttrDuplWalkCount ) { 6963attrDuplWalkCount = MaxAttrDuplWalkCount;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2428if ( attrDuplWalkCount >= MaxAttrDuplWalkCount ) {