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