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