1 write to varKey
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
78
this.
varKey
= compiler.InsertVariable(this);
4 references to varKey
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\VariableAction.cs (4)
47
get { return this.
varKey
; }
107
if (frame.GetVariable(this.
varKey
) != null) { // This var was calculated already
112
frame.SetVariable(this.
varKey
, BeingComputedMark);
151
frame.SetVariable(this.
varKey
, value);