7 references to navStack
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\TreeIterators.cs (7)
603if (!this.navStack.IsEmpty) { 606if (this.filter.MoveToFollowing(this.navCurrent, this.navStack.Peek())) 611this.navCurrent.MoveTo(this.navStack.Pop()); 614if (this.navStack.IsEmpty) 635this.navStack.Reset(); 637this.navStack.Push(this.navCurrent.Clone()); 642this.navStack.Pop();