13 overrides of SetXsltContext
System.Private.Xml (13)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
62public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\BooleanExpr.cs (1)
40public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
29public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
36public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
36public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\LogicalExpr.cs (1)
35public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
23public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\NumberFunctions.cs (1)
29public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\NumericExpr.cs (1)
44public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\SortQuery.cs (1)
38public override void SetXsltContext(XsltContext xsltContext)
System\Xml\XPath\Internal\StringFunctions.cs (1)
39public override void SetXsltContext(XsltContext context)
System\Xml\XPath\Internal\UnionExpr.cs (1)
44public override void SetXsltContext(XsltContext xsltContext)
System\Xml\XPath\Internal\VariableQuery.cs (1)
22public override void SetXsltContext(XsltContext context)
21 references to SetXsltContext
System.Private.Xml (21)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
66qyInput.SetXsltContext(context);
System\Xml\XPath\Internal\BooleanExpr.cs (2)
42_opnd1.SetXsltContext(context); 43_opnd2.SetXsltContext(context);
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
31_arg?.SetXsltContext(context);
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
38input.SetXsltContext(context);
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
102_query.SetXsltContext(xsltContext);
System\Xml\XPath\Internal\FilterQuery.cs (1)
38_cond.SetXsltContext(input);
System\Xml\XPath\Internal\FunctionQuery.cs (1)
47argument.SetXsltContext(context);
System\Xml\XPath\Internal\LogicalExpr.cs (2)
37_opnd1.SetXsltContext(context); 38_opnd2.SetXsltContext(context);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
27_child.SetXsltContext(xsltContext);
System\Xml\XPath\Internal\NodeFunctions.cs (1)
26_arg?.SetXsltContext(context);
System\Xml\XPath\Internal\NumberFunctions.cs (1)
31_arg?.SetXsltContext(context);
System\Xml\XPath\Internal\NumericExpr.cs (2)
46_opnd1.SetXsltContext(context); 47_opnd2.SetXsltContext(context);
System\Xml\XPath\Internal\SortQuery.cs (1)
40_qyInput.SetXsltContext(xsltContext);
System\Xml\XPath\Internal\StringFunctions.cs (1)
43_argList[i].SetXsltContext(context);
System\Xml\XPath\Internal\UnionExpr.cs (2)
46qy1.SetXsltContext(xsltContext); 47qy2.SetXsltContext(xsltContext);
System\Xml\Xsl\XsltOld\Processor.cs (2)
523expr.SetXsltContext(new XsltCompileContext(theQuery._ScopeManager, this)); 548expr.SetXsltContext(context);