5 writes to _attrCount
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (5)
815
_attrCount
+= reader.AttributeCount;
828
_attrCount
+= reader.AttributeCount;
1134
_attrCount
= 0;
1154
_attrCount
= 0;
1162
_attrCount
= 0;
1 reference to _attrCount
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
788
if (_nodeCount > MaxBufferedHeaderNodes ||
_attrCount
> MaxBufferedHeaderAttributes)