3 writes to _nodeIndex
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
5794
++
_nodeIndex
;
5805
_nodeIndex
= 0;
5896
_nodeIndex
= 0;
9 references to _nodeIndex
PresentationBuildTasks (9)
Framework\System\Windows\Markup\XamlReaderHelper.cs (9)
5789
Debug.Assert((
_nodeIndex
== 0 && _xamlNodes.Count == 0 ) || (
_nodeIndex
< _xamlNodes.Count),
5793
xamlNode = (XamlNode)_xamlNodes[
_nodeIndex
];
5796
if (
_nodeIndex
== _xamlNodes.Count)
5809
Debug.Assert((
_nodeIndex
== 0 && _xamlNodes.Count == 0 ) || (
_nodeIndex
< _xamlNodes.Count),
5880
for (int i = _xamlNodes.Count - 1; i >=
_nodeIndex
; i--)
5891
if (
_nodeIndex
>= _xamlNodes.Count)
5895
Debug.Assert(
_nodeIndex
== _xamlNodes.Count, "NodeIndex is larger than node count.");