6 references to MaxAttrDuplWalkCount
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (5)
4516
if (_attrCount >=
MaxAttrDuplWalkCount
)
4971
if (_attrDuplWalkCount >=
MaxAttrDuplWalkCount
)
5004
if (_attrCount <
MaxAttrDuplWalkCount
)
7725
if (_attrDuplWalkCount <
MaxAttrDuplWalkCount
)
7734
_attrDuplWalkCount =
MaxAttrDuplWalkCount
;
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2597
if (_attrDuplWalkCount >=
MaxAttrDuplWalkCount
)