7 references to Position
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (1)
66
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.Cached | QueryProps.
Position
| QueryProps.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (1)
77
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.Cached | QueryProps.
Position
| QueryProps.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
58
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.Cached | QueryProps.
Position
| QueryProps.Count; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\EmptyQuery.cs (1)
22
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.Cached | QueryProps.
Position
| QueryProps.Count; } }
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\GroupQuery.cs (1)
35
public override QueryProps Properties { get { return QueryProps.
Position
; } } // Doesn't have QueryProps.Merge
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
114
public override QueryProps Properties { get { return QueryProps.Cached | QueryProps.
Position
| QueryProps.Count; } }