3 references to Axis
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
415: base(axis.TypeOfAxis, inputaxis, axis.Prefix, axis.Name, axis.NodeType)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Axis.cs (1)
54: this(axisType, input, string.Empty, string.Empty, XPathNodeType.All)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
460return new Axis(axisType, qyInput, nodePrefix, nodeName, nodeType);