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