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