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