2 writes to _positionStk
System.Private.Xml (2)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
30
_positionStk
= new StackInt();
37
_positionStk
= other._positionStk.Clone();
4 references to _positionStk
System.Private.Xml (4)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (4)
37
_positionStk = other.
_positionStk
.Clone();
48
_positionStk
.Clear();
78
position =
_positionStk
.Pop();
110
_positionStk
.Push(position);