42 references to QueryProps
dotnet-svcutil-lib (42)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (5)
66
public override
QueryProps
Properties { get { return
QueryProps
.Merge |
QueryProps
.Cached |
QueryProps
.Position |
QueryProps
.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (5)
77
public override
QueryProps
Properties { get { return
QueryProps
.Merge |
QueryProps
.Cached |
QueryProps
.Position |
QueryProps
.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (5)
58
public override
QueryProps
Properties { get { return
QueryProps
.Merge |
QueryProps
.Cached |
QueryProps
.Position |
QueryProps
.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\EmptyQuery.cs (5)
22
public override
QueryProps
Properties { get { return
QueryProps
.Merge |
QueryProps
.Cached |
QueryProps
.Position |
QueryProps
.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (4)
175
public override
QueryProps
Properties
179
return
QueryProps
.Position | (qyInput.Properties & (
QueryProps
.Merge |
QueryProps
.Reverse));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (2)
35
public override
QueryProps
Properties { get { return
QueryProps
.Position; } } // Doesn't have QueryProps.Merge
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (2)
105
public override
QueryProps
Properties { get { return base.Properties |
QueryProps
.Reverse; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (2)
90
public override
QueryProps
Properties { get { return base.Properties |
QueryProps
.Reverse; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (2)
77
public virtual
QueryProps
Properties { get { return
QueryProps
.Merge; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
279
bool merge = (qyInput.Properties &
QueryProps
.Merge) != 0;
280
bool reverse = (qyInput.Properties &
QueryProps
.Reverse) != 0;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs (2)
19
public override
QueryProps
Properties { get { return base.Properties |
QueryProps
.Reverse; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (4)
114
public override
QueryProps
Properties { get { return
QueryProps
.Cached |
QueryProps
.Position |
QueryProps
.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
66
public override
QueryProps
Properties { get { return base.Properties |
QueryProps
.Reverse; } }