7 references to AddQuery
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
631
return
AddQuery
(xpathQuery, /*allowVars:*/true, /*allowKey*/true, false);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
288
MatchKey = compiler.
AddQuery
(value, /*allowVars:*/false, /*allowKey*/false, /*pattern*/true);
291
UseKey = compiler.
AddQuery
(value, /*allowVars:*/false, /*allowKey*/false, /*pattern*/false);
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
168
this.countKey = compiler.
AddQuery
(value, /*allowVars:*/true, /*allowKey:*/true, /*pattern*/true);
172
this.fromKey = compiler.
AddQuery
(value, /*allowVars:*/true, /*allowKey:*/true, /*pattern*/true);
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
74
this.matchKey = compiler.
AddQuery
("/", /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);
86
this.matchKey = compiler.
AddQuery
(value, /*allowVars:*/false, /*allowKey:*/true, /*pattern*/true);