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());
82
if (currentNode.IsSamePosition(
_ancestorStk
.Peek()))
84
_ancestorStk
.Pop();
85
if (
_ancestorStk
.Count == 0)