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