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(); 78position = _positionStk.Pop(); 110_positionStk.Push(position);