1 write to _varKey
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
88_varKey = compiler.InsertVariable(this);
4 references to _varKey
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\VariableAction.cs (4)
49get { return _varKey; } 124if (frame.GetVariable(_varKey) != null) 130frame.SetVariable(_varKey, BeingComputedMark); 175frame.SetVariable(_varKey, value);