1 write to _varHelper
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
112_varHelper = new VariableHelper(_f);
11 references to _varHelper
System.Private.Xml (11)
System\Xml\Xsl\Xslt\QilGenerator.cs (11)
166_varHelper.CheckEmpty(); 1152int varScope = _varHelper.StartVariables(); 1158result = _varHelper.FinishVariables(result, varScope); 1171int varScope = _varHelper.StartVariables(); 1174_varHelper.AddVariable(select); 1190_varHelper.AddVariable(let); 1213result = _varHelper.FinishVariables(result, varScope); 1228int varScope = _varHelper.StartVariables(); 1240_varHelper.AddVariable(let); 1268result = _varHelper.FinishVariables(result, varScope); 1660_varHelper.AddVariable(text);