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)
49
get { return
_varKey
; }
124
if (frame.GetVariable(
_varKey
) != null)
130
frame.SetVariable(
_varKey
, BeingComputedMark);
175
frame.SetVariable(
_varKey
, value);