2 writes to positionStk
System.Xml (2)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
34
this.
positionStk
= new StackInt();
40
this.
positionStk
= other.positionStk.Clone();
4 references to positionStk
System.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (4)
40
this.positionStk = other.
positionStk
.Clone();
50
positionStk
.Clear();
72
position =
positionStk
.Pop();
105
positionStk
.Push(position);