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