1 instantiation of XmlQueryContext
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
80
_ctxt = new
XmlQueryContext
(this, defaultDataSource, dataSources, argList, wsRules);
6 references to XmlQueryContext
System.Private.Xml (6)
System\Xml\Xsl\IlGen\GenerateHelper.cs (4)
305
public static readonly MethodInfo GetDataSource = typeof(
XmlQueryContext
).GetMethod("GetDataSource")!;
306
public static readonly MethodInfo GetDefaultDataSource = typeof(
XmlQueryContext
).GetMethod("get_DefaultDataSource")!;
307
public static readonly MethodInfo GetParam = typeof(
XmlQueryContext
).GetMethod("GetParameter")!;
312
private static MethodInfo GetInvokeXsltLateBoundFunction() => typeof(
XmlQueryContext
).GetMethod("InvokeXsltLateBoundFunction")!;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
31
private readonly
XmlQueryContext
_ctxt;
233
public
XmlQueryContext
ExternalContext