1 instantiation of XmlQueryContext
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
89
this.ctxt = new
XmlQueryContext
(this, defaultDataSource, dataSources, argList, wsRules);
6 references to XmlQueryContext
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\GenerateHelper.cs (4)
264
public static readonly MethodInfo GetDataSource = GetMethod(typeof(
XmlQueryContext
), "GetDataSource");
265
public static readonly MethodInfo GetDefaultDataSource = GetMethod(typeof(
XmlQueryContext
), "get_DefaultDataSource");
266
public static readonly MethodInfo GetParam = GetMethod(typeof(
XmlQueryContext
), "GetParameter");
267
public static readonly MethodInfo InvokeXsltLate = GetMethod(typeof(
XmlQueryContext
), "InvokeXsltLateBoundFunction");
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
39
private
XmlQueryContext
ctxt;
226
public
XmlQueryContext
ExternalContext {