1 write to selectKey
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
91this.selectKey = compiler.AddQuery(value);
6 references to selectKey
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
68if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) { 125if (this.selectKey != Compiler.InvalidQueryKey) { 126value = processor.RunQuery(frame, this.selectKey);
System\Xml\Xsl\XsltOld\WithParamAction.cs (3)
26if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) { 37if (this.selectKey != Compiler.InvalidQueryKey) { 38ParamValue = processor.RunQuery(frame, this.selectKey);