3 writes to _attrCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
7808
_attrCount
++;
7875
_attrCount
++;
7972
_attrCount
= 0;
41 references to _attrCount
dotnet-svcutil-lib (41)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (41)
1039
return
_attrCount
;
1063
for (int i = _index + 1; i < _index +
_attrCount
+ 1; i++)
1076
if (i < 0 || i >=
_attrCount
)
1117
for (int i = _index + 1; i < _index +
_attrCount
+ 1; i++)
1138
if (i < 0 || i >=
_attrCount
)
1154
if (
_attrCount
== 0)
1173
if (_curAttrIndex + 1 <
_attrCount
)
1450
NodeData simpleValueNode = AddNode(_index +
_attrCount
+ 1, _curNode.depth + 1);
1467
AddNode(_index +
_attrCount
+ 1, _index + 2);
1468
_nodes[_index +
_attrCount
+ 1] = _curNode;
1484
_nodes[_index +
_attrCount
+ 1] = _curNode; // if curNode == EntityReference node, it will be picked from here by SetupEndEntityNodeInAttribute
2581
_curNode = AddNode(_index +
_attrCount
+ 1, _index);
2839
return
_attrCount
> 0 && _parsingFunction >= ParsingFunction.InReadAttributeValue;
3410
for (int i = 0; i <
_attrCount
; i++)
3446
for (int i = 0; i <
_attrCount
; i++)
4557
for (int i = _index + 1; i < _index + 1 +
_attrCount
; i++)
4588
int originalAttrCount =
_attrCount
;
4591
if (
_attrCount
>= MaxAttrDuplWalkCount)
4593
nameSortedAttributes = new NodeData[
_attrCount
];
4594
Array.Copy(_nodes, _index + 1, nameSortedAttributes, 0,
_attrCount
);
4777
Debug.Assert(
_attrCount
== 0);
5103
for (int i = _index + 1; i < _index +
_attrCount
+ 1; i++)
5115
if (
_attrCount
< MaxAttrDuplWalkCount)
5117
for (int i = _index + 1; i < _index + 1 +
_attrCount
; i++)
5120
for (int j = i + 1; j < _index + 1 +
_attrCount
; j++)
5131
if (_attrDuplSortingArray == null || _attrDuplSortingArray.Length <
_attrCount
)
5133
_attrDuplSortingArray = new NodeData[
_attrCount
];
5135
Array.Copy(_nodes, _index + 1, _attrDuplSortingArray, 0,
_attrCount
);
5136
Array.Sort(_attrDuplSortingArray, 0,
_attrCount
);
5139
for (int i = 1; i <
_attrCount
; i++)
6302
_curNode = _nodes[_index +
_attrCount
+ 1];
7806
NodeData newAttr = AddNode(_index +
_attrCount
+ 1, attrDepth);
7844
NodeData newAttr = AddNode(_index +
_attrCount
+ 1, _index + 1);
7862
for (int i = _index + 1; i < _index +
_attrCount
+ 1; i++)
7979
for (int i = _index + 1; i < _index +
_attrCount
+ 1; i++)
8710
_curNode = AddNode(_index +
_attrCount
+ 1, _index + 2);
8956
for (int i = _index + 1; i < _index +
_attrCount
+ 1; i++)
8973
for (int i = _index + 1; i < _index +
_attrCount
+ 1; i++)
9334
for (int i = _index + 1; i < _index + 1 +
_attrCount
; i++)
9381
for (int i = _index + 1; i < _index + 1 +
_attrCount
; i++)
9445
for (int i = _index; i < _index +
_attrCount
+ 1; i++)