13 overrides of SetXsltContext
System.Xml (13)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
63public 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)
30public 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)
35public override void SetXsltContext(XsltContext context) {
System\Xml\XPath\Internal\LogicalExpr.cs (1)
37public override void SetXsltContext(XsltContext context){
System\Xml\XPath\Internal\NodeFunctions.cs (1)
27public override void SetXsltContext(XsltContext context){
System\Xml\XPath\Internal\NumberFunctions.cs (1)
31public 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)
37public 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)
24public override void SetXsltContext(XsltContext context) {
19 references to SetXsltContext
System.Xml (19)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
66qyInput.SetXsltContext(context);
System\Xml\XPath\Internal\BooleanExpr.cs (2)
41opnd1.SetXsltContext(context); 42opnd2.SetXsltContext(context);
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
32arg.SetXsltContext(context);
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
37input.SetXsltContext(context);
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
83query.SetXsltContext(xsltContext);
System\Xml\XPath\Internal\FilterQuery.cs (1)
38cond.SetXsltContext(input);
System\Xml\XPath\Internal\FunctionQuery.cs (1)
42argument.SetXsltContext(context);
System\Xml\XPath\Internal\LogicalExpr.cs (2)
38opnd1.SetXsltContext(context); 39opnd2.SetXsltContext(context);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
28child.SetXsltContext(xsltContext);
System\Xml\XPath\Internal\NodeFunctions.cs (1)
30arg.SetXsltContext(context);
System\Xml\XPath\Internal\NumberFunctions.cs (1)
33arg.SetXsltContext(context);
System\Xml\XPath\Internal\NumericExpr.cs (2)
45opnd1.SetXsltContext(context); 46opnd2.SetXsltContext(context);
System\Xml\XPath\Internal\SortQuery.cs (1)
39qyInput.SetXsltContext(xsltContext);
System\Xml\XPath\Internal\StringFunctions.cs (1)
39argList[i].SetXsltContext(context);
System\Xml\XPath\Internal\UnionExpr.cs (2)
45qy1.SetXsltContext(xsltContext); 46qy2.SetXsltContext(xsltContext);