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)
305public static readonly MethodInfo GetDataSource = typeof(XmlQueryContext).GetMethod("GetDataSource")!; 306public static readonly MethodInfo GetDefaultDataSource = typeof(XmlQueryContext).GetMethod("get_DefaultDataSource")!; 307public static readonly MethodInfo GetParam = typeof(XmlQueryContext).GetMethod("GetParameter")!; 312private static MethodInfo GetInvokeXsltLateBoundFunction() => typeof(XmlQueryContext).GetMethod("InvokeXsltLateBoundFunction")!;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
31private readonly XmlQueryContext _ctxt; 233public XmlQueryContext ExternalContext