2 writes to parentStk
System.Xml (2)
System\Xml\XPath\Internal\FollowingSibling.cs (2)
23
this.
parentStk
= new List<XPathNavigator>();
27
this.
parentStk
= new List<XPathNavigator>(other.parentStk);
5 references to parentStk
System.Xml (5)
System\Xml\XPath\Internal\FollowingSibling.cs (5)
27
this.parentStk = new List<XPathNavigator>(other.
parentStk
);
33
parentStk
.Clear();
41
for (int i = 0; i <
parentStk
.Count; i++) {
42
if (parent.IsSamePosition(
parentStk
[i])) {
46
parentStk
.Add(parent);