3 writes to _nodeIndex
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
5837++_nodeIndex; 5848_nodeIndex = 0; 5939_nodeIndex = 0;
9 references to _nodeIndex
PresentationBuildTasks (9)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (9)
5832Debug.Assert((_nodeIndex == 0 && _xamlNodes.Count == 0 ) || (_nodeIndex < _xamlNodes.Count), 5836xamlNode = (XamlNode)_xamlNodes[_nodeIndex]; 5839if (_nodeIndex == _xamlNodes.Count) 5852Debug.Assert((_nodeIndex == 0 && _xamlNodes.Count == 0 ) || (_nodeIndex < _xamlNodes.Count), 5923for (int i = _xamlNodes.Count - 1; i >= _nodeIndex; i--) 5934if (_nodeIndex >= _xamlNodes.Count) 5938Debug.Assert(_nodeIndex == _xamlNodes.Count, "NodeIndex is larger than node count.");