4 references to Self
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
562
return ((ast.TypeOfAxis == Axis.AxisType.
Self
) && (ast.NodeType == XPathNodeType.All) && (ast.AbbrAxis));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
189
case Axis.AxisType.
Self
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
368
opnd = new Axis(Axis.AxisType.
Self
, qyInput);
874
table.Add("self", Axis.AxisType.
Self
);