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