5 references to CompiledQuery
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\Processor.cs (4)
307
queryList[i] = Query.Clone(queryStore[i].
CompiledQuery
.QueryTree);
463
return this.queryStore[key].
CompiledQuery
.Expression;
469
theQuery.
CompiledQuery
.CheckErrors();
482
theQuery.
CompiledQuery
.CheckErrors();
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
123
CompiledXpathExpr expr = (CompiledXpathExpr)theQuery.
CompiledQuery
;