4 references to MaxAttrDuplWalkCount
System.Private.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (3)
482if (_attrCount >= MaxAttrDuplWalkCount) 2106if (_attrCount < MaxAttrDuplWalkCount) 2120if (_attrCount == MaxAttrDuplWalkCount)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
289if (_attrCount >= MaxAttrDuplWalkCount)