4 references to PosFilter
System.Private.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (4)
245
props &= ~Props.
PosFilter
;
250
props |= Props.
PosFilter
;
268
if ((props & Props.
PosFilter
) != 0 && qyInput is DocumentOrderQuery)
290
if (merge && (props & Props.
PosFilter
) != 0)