4 references to PosFilter
System.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (4)
211
props &= ~Props.
PosFilter
;
215
props |= Props.
PosFilter
;
230
if ((props & Props.
PosFilter
) != 0 && qyInput is DocumentOrderQuery) {
248
if (merge && (props & Props.
PosFilter
) != 0) {