7 references to AddQuery
System.Private.Xml (7)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
704
return
AddQuery
(xpathQuery, /*allowVars:*/true, /*allowKey*/true, false);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
338
MatchKey = compiler.
AddQuery
(value, /*allowVars:*/false, /*allowKey*/false, /*pattern*/true);
342
UseKey = compiler.
AddQuery
(value, /*allowVars:*/false, /*allowKey*/false, /*pattern*/false);
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
175
_countKey = compiler.
AddQuery
(value, /*allowVars:*/true, /*allowKey:*/true, /*pattern*/true);
180
_fromKey = compiler.
AddQuery
(value, /*allowVars:*/true, /*allowKey:*/true, /*pattern*/true);
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
83
_matchKey = compiler.
AddQuery
("/", /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);
97
_matchKey = compiler.
AddQuery
(value, /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);