7 references to AddQuery
System.Private.Xml (7)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
704return AddQuery(xpathQuery, /*allowVars:*/true, /*allowKey*/true, false);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
338MatchKey = compiler.AddQuery(value, /*allowVars:*/false, /*allowKey*/false, /*pattern*/true); 342UseKey = 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);