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