1 write to _queryList
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
335_queryList = new Query[queryStore.Count];
3 references to _queryList
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
339_queryList[i] = Query.Clone(queryStore[i].CompiledQuery.QueryTree); 522Query expr = Query.Clone(_queryList[key]); 537Query expr = _queryList[key];