4 references to Self
System.Xml (4)
System\Xml\Schema\Asttree.cs (1)
477return ((ast.TypeOfAxis == Axis.AxisType.Self) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis));
System\Xml\XPath\Internal\QueryBuilder.cs (1)
160case Axis.AxisType.Self:
System\Xml\XPath\Internal\XPathParser.cs (2)
315opnd = new Axis(Axis.AxisType.Self, qyInput); 757table.Add("self" , Axis.AxisType.Self );