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