4 references to MaxAttrDuplWalkCount
System.Private.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (3)
479
if (_attrCount >=
MaxAttrDuplWalkCount
)
2103
if (_attrCount <
MaxAttrDuplWalkCount
)
2117
if (_attrCount ==
MaxAttrDuplWalkCount
)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
289
if (_attrCount >=
MaxAttrDuplWalkCount
)