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