3 writes to _attrDuplWalkCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
7861
_attrDuplWalkCount
++;
7868
_attrDuplWalkCount
= MaxAttrDuplWalkCount;
7974
_attrDuplWalkCount
= 0;
2 references to _attrDuplWalkCount
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
5082
if (
_attrDuplWalkCount
>= MaxAttrDuplWalkCount)
7859
if (
_attrDuplWalkCount
< MaxAttrDuplWalkCount)