2 writes to current
System.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
356
current
= null;
359
current
= opnd.Advance();
2 references to current
System.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
360
return
current
!= null;
367
public string Value { get { return this.
current
.Value; } }