6 writes to _attributeIndex
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (6)
66
_attributeIndex
= -1;
102
_attributeIndex
= -1;
167
_attributeIndex
= index;
224
_attributeIndex
= -1;
312
_attributeIndex
= -1;
322
_attributeIndex
= -1;
2 references to _attributeIndex
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (2)
146
if (
_attributeIndex
+ 1 >= _attributeCount)
148
MoveToAttribute(
_attributeIndex
+ 1);