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