3 instantiations of TheQuery
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
731
_queryStore.Add(new
TheQuery
(expr, _scopeManager));
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
141
compiler.QueryStore.Add(new
TheQuery
(
154
compiler.QueryStore[this.MatchKey] = new
TheQuery
(
10 references to TheQuery
System.Private.Xml (10)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
89
private List<
TheQuery
>? _queryStore;
156
internal List<
TheQuery
>? QueryStore
179
_queryStore = new List<
TheQuery
>();
System\Xml\Xsl\XsltOld\Processor.cs (4)
55
private readonly List<
TheQuery
> _queryStore;
328
Stylesheet stylesheet, List<
TheQuery
> queryStore, RootAction rootAction,
520
TheQuery
theQuery = _queryStore[key];
535
TheQuery
theQuery = _queryStore[key];
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
133
TheQuery
theQuery = (
TheQuery
)compiler.QueryStore![this.MatchKey]!;
System\Xml\Xslt\XslTransform.cs (1)
36
private List<
TheQuery
>? _QueryStore;