1 write to ctxt
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
89
this.
ctxt
= new XmlQueryContext(this, defaultDataSource, dataSources, argList, wsRules);
4 references to ctxt
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
99
this.nameTableQuery = this.
ctxt
.QueryNameTable;
105
XmlNameTable nameTableDefault =
ctxt
.DefaultNameTable;
227
get { return this.
ctxt
; }
979
this.
ctxt
.OnXsltMessageEncountered(message);