2 writes to _ancestorStk
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (2)
32_ancestorStk = new StackNav(); 37_ancestorStk = other._ancestorStk.Clone();
6 references to _ancestorStk
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (6)
37_ancestorStk = other._ancestorStk.Clone(); 43_ancestorStk.Clear(); 72_ancestorStk.Push(last.Clone()); 82if (currentNode.IsSamePosition(_ancestorStk.Peek())) 84_ancestorStk.Pop(); 85if (_ancestorStk.Count == 0)