3 instantiations of TheQuery
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
653
this.queryStore.Add(new
TheQuery
(expr, this.scopeManager));
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
129
compiler.QueryStore.Add(new
TheQuery
(
141
compiler.QueryStore[this.MatchKey] = new
TheQuery
(
9 references to TheQuery
System.Data.SqlXml (9)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
96
private List<
TheQuery
> queryStore;
153
internal List<
TheQuery
> QueryStore {
176
this.queryStore = new List<
TheQuery
>();
System\Xml\Xsl\XsltOld\Processor.cs (4)
57
private List<
TheQuery
> queryStore;
299
Stylesheet stylesheet, List<
TheQuery
> queryStore, RootAction rootAction,
468
TheQuery
theQuery = this.queryStore[key];
481
TheQuery
theQuery = this.queryStore[key];
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
122
TheQuery
theQuery = (
TheQuery
)compiler.QueryStore[this.MatchKey];