1 write to _queryList
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
334_queryList = new Query[queryStore.Count];
3 references to _queryList
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
338_queryList[i] = Query.Clone(queryStore[i].CompiledQuery.QueryTree); 521Query expr = Query.Clone(_queryList[key]); 536Query expr = _queryList[key];