3 writes to _attrCount
System.Private.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (2)
487
_attrCount
= 0;
2097
int top =
_attrCount
++;
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
293
_attrCount
= 0;
4 references to _attrCount
System.Private.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (3)
482
if (
_attrCount
>= MaxAttrDuplWalkCount)
2106
if (
_attrCount
< MaxAttrDuplWalkCount)
2120
if (
_attrCount
== MaxAttrDuplWalkCount)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
289
if (
_attrCount
>= MaxAttrDuplWalkCount)