7 references to navStack
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\TreeIterators.cs (7)
716if (!this.navStack.IsEmpty) { 719if (this.filter.MoveToFollowing(this.navCurrent, this.navStack.Peek())) 724this.navCurrent.MoveTo(this.navStack.Pop()); 727if (this.navStack.IsEmpty) 759this.navStack.Reset(); 761this.navStack.Push(this.navCurrent.Clone()); 766this.navStack.Pop();