5 references to Cached
System.Private.Xml (5)
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
63
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.
Cached
| QueryProps.Position | QueryProps.Count; } }
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
75
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.
Cached
| QueryProps.Position | QueryProps.Count; } }
System\Xml\XPath\Internal\ContextQuery.cs (1)
56
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.
Cached
| QueryProps.Position | QueryProps.Count; } }
System\Xml\XPath\Internal\EmptyQuery.cs (1)
15
public override QueryProps Properties { get { return QueryProps.Merge | QueryProps.
Cached
| QueryProps.Position | QueryProps.Count; } }
System\Xml\XPath\Internal\SortQuery.cs (1)
113
public override QueryProps Properties { get { return QueryProps.
Cached
| QueryProps.Position | QueryProps.Count; } }