7 references to HasPosition
System.Xml (7)
System\Xml\XPath\Internal\QueryBuilder.cs (7)
192
(propsCond & (Props.
HasPosition
| Props.HasLast)) != 0
194
propsCond |= Props.
HasPosition
;
213
if ((propsCond & Props.
HasPosition
) != 0) {
220
if (qyFilter != null && (propsCond & Props.
HasPosition
) == 0 && qyFilter.Condition.StaticType != XPathResultType.Any) {
239
if ((propsCond & Props.
HasPosition
) != 0) {
261
return new FilterQuery(qyInput, cond, /*noPosition:*/(propsCond & Props.
HasPosition
) == 0);
311
props |= Props.
HasPosition
;