4 references to MaxAttrDuplWalkCount
System.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (3)
461
if (attrCount >=
MaxAttrDuplWalkCount
) {
1847
if (attrCount <
MaxAttrDuplWalkCount
) {
1857
if (attrCount ==
MaxAttrDuplWalkCount
) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
239
if (attrCount >=
MaxAttrDuplWalkCount
) {