6 writes to _attributeIndex
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (6)
66
_attributeIndex
= -1;
102
_attributeIndex
= -1;
168
_attributeIndex
= index;
225
_attributeIndex
= -1;
309
_attributeIndex
= -1;
319
_attributeIndex
= -1;
2 references to _attributeIndex
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\ExtensionDataReader.cs (2)
147
if (
_attributeIndex
+ 1 >= _attributeCount)
149
MoveToAttribute(
_attributeIndex
+ 1);