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