1 write to selectKey
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
104this.selectKey = compiler.AddQuery(value);
6 references to selectKey
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
74if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) 147if (this.selectKey != Compiler.InvalidQueryKey) 149value = processor.RunQuery(frame, this.selectKey);
System\Xml\Xsl\XsltOld\WithParamAction.cs (3)
25if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) 39if (this.selectKey != Compiler.InvalidQueryKey) 41ParamValue = processor.RunQuery(frame, this.selectKey);