5 references to LocalParameter
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
327Debug.Assert(variable.VarType == VariableType.LocalVariable || variable.VarType == VariableType.LocalParameter || variable.VarType == VariableType.WithParameter);
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
174AddAction(compiler.CreateVariableAction(VariableType.LocalParameter));
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
137else if (this.varType == VariableType.LocalParameter) 197get { return this.varType == VariableType.LocalVariable || this.varType == VariableType.LocalParameter; } 201get { return this.varType == VariableType.LocalParameter || this.varType == VariableType.GlobalParameter; }