6 references to Reverse
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
179return QueryProps.Position | (qyInput.Properties & (QueryProps.Merge | QueryProps.Reverse));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
105public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
90public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
280bool reverse = (qyInput.Properties & QueryProps.Reverse) != 0;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs (1)
19public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
66public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } }