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