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