2 writes to name
System.Xml (2)
System\Xml\XPath\Internal\IteratorFilter.cs (2)
22
this.
name
= name;
27
this.
name
= it.name;
2 references to name
System.Xml (2)
System\Xml\XPath\Internal\IteratorFilter.cs (2)
27
this.name = it.
name
;
37
if(innerIterator.Current.LocalName == this.
name
) {