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