3 writes to _nodeIndex
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
5835
++
_nodeIndex
;
5846
_nodeIndex
= 0;
5937
_nodeIndex
= 0;
9 references to _nodeIndex
PresentationBuildTasks (9)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (9)
5830
Debug.Assert((
_nodeIndex
== 0 && _xamlNodes.Count == 0 ) || (
_nodeIndex
< _xamlNodes.Count),
5834
xamlNode = (XamlNode)_xamlNodes[
_nodeIndex
];
5837
if (
_nodeIndex
== _xamlNodes.Count)
5850
Debug.Assert((
_nodeIndex
== 0 && _xamlNodes.Count == 0 ) || (
_nodeIndex
< _xamlNodes.Count),
5921
for (int i = _xamlNodes.Count - 1; i >=
_nodeIndex
; i--)
5932
if (
_nodeIndex
>= _xamlNodes.Count)
5936
Debug.Assert(
_nodeIndex
== _xamlNodes.Count, "NodeIndex is larger than node count.");