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(); 1148int varScope = _varHelper.StartVariables(); 1154result = _varHelper.FinishVariables(result, varScope); 1167int varScope = _varHelper.StartVariables(); 1170_varHelper.AddVariable(select); 1186_varHelper.AddVariable(let); 1209result = _varHelper.FinishVariables(result, varScope); 1224int varScope = _varHelper.StartVariables(); 1236_varHelper.AddVariable(let); 1264result = _varHelper.FinishVariables(result, varScope); 1656_varHelper.AddVariable(text);