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