6 references to MaxAttrDuplWalkCount
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (5)
4499
if (_attrCount >=
MaxAttrDuplWalkCount
)
4954
if (_attrDuplWalkCount >=
MaxAttrDuplWalkCount
)
4987
if (_attrCount <
MaxAttrDuplWalkCount
)
7708
if (_attrDuplWalkCount <
MaxAttrDuplWalkCount
)
7717
_attrDuplWalkCount =
MaxAttrDuplWalkCount
;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2597
if (_attrDuplWalkCount >=
MaxAttrDuplWalkCount
)