2 references to FilterQuery
System.Xml (2)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
249
qyInput = new
FilterQuery
(qyInput, cond, /*noPosition:*/false);
261
return new
FilterQuery
(qyInput, cond, /*noPosition:*/(propsCond & Props.HasPosition) == 0);