2 references to GlobalVariable
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
475VariableAction action = compiler.CreateVariableAction(VariableType.GlobalVariable);
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
50get { return this.varType == VariableType.GlobalVariable || this.varType == VariableType.GlobalParameter; }