3 references to Axis
System.Xml (3)
System\Xml\Schema\Asttree.cs (1)
352: base(axis.TypeOfAxis, inputaxis, axis.Prefix, axis.Name, axis.NodeType) {
System\Xml\XPath\Internal\Axis.cs (1)
53: this(axisType, input, string.Empty, string.Empty, XPathNodeType.All)
System\Xml\XPath\Internal\XPathParser.cs (1)
396return new Axis(axisType, qyInput, nodePrefix, nodeName, nodeType);