2 writes to _current
System.Private.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
421_current = null; 425_current = _opnd.Advance();
2 references to _current
System.Private.Xml (2)
System\Xml\XPath\Internal\LogicalExpr.cs (2)
426return _current != null; 434public string Value { get { return _current!.Value; } }