3 writes to _nodeIndex
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
5845++_nodeIndex; 5856_nodeIndex = 0; 5947_nodeIndex = 0;
9 references to _nodeIndex
PresentationBuildTasks (9)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (9)
5840Debug.Assert((_nodeIndex == 0 && _xamlNodes.Count == 0 ) || (_nodeIndex < _xamlNodes.Count), 5844xamlNode = (XamlNode)_xamlNodes[_nodeIndex]; 5847if (_nodeIndex == _xamlNodes.Count) 5860Debug.Assert((_nodeIndex == 0 && _xamlNodes.Count == 0 ) || (_nodeIndex < _xamlNodes.Count), 5931for (int i = _xamlNodes.Count - 1; i >= _nodeIndex; i--) 5942if (_nodeIndex >= _xamlNodes.Count) 5946Debug.Assert(_nodeIndex == _xamlNodes.Count, "NodeIndex is larger than node count.");