2 writes to _attrCount
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
514_attrCount = 0; 2220int top = _attrCount++;
3 references to _attrCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (3)
510if (_attrCount >= MaxAttrDuplWalkCount) 2229if (_attrCount < MaxAttrDuplWalkCount) 2243if (_attrCount == MaxAttrDuplWalkCount)