2 writes to _positionStk
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
34
_positionStk
= new StackInt();
41
_positionStk
= other._positionStk.Clone();
4 references to _positionStk
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (4)
41
_positionStk = other.
_positionStk
.Clone();
52
_positionStk
.Clear();
82
position =
_positionStk
.Pop();
125
_positionStk
.Push(position);