3 writes to attrCount
System.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (2)
464
attrCount
= 0;
1839
int top =
attrCount
++;
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
242
attrCount
= 0;
4 references to attrCount
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) {