7 references to HasPosition
System.Private.Xml (7)
System\Xml\XPath\Internal\QueryBuilder.cs (7)
224
(propsCond & (Props.
HasPosition
| Props.HasLast)) != 0
227
propsCond |= Props.
HasPosition
;
247
if ((propsCond & Props.
HasPosition
) != 0)
256
if (qyFilter != null && (propsCond & Props.
HasPosition
) == 0 && qyFilter.Condition.StaticType != XPathResultType.Any)
276
if ((propsCond & Props.
HasPosition
) != 0)
305
return new FilterQuery(qyInput, cond, /*noPosition:*/(propsCond & Props.
HasPosition
) == 0);
361
props |= Props.
HasPosition
;