1 write to queryStore
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
303this.queryStore = queryStore;
3 references to queryStore
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
463return this.queryStore[key].CompiledQuery.Expression; 468TheQuery theQuery = this.queryStore[key]; 481TheQuery theQuery = this.queryStore[key];