3 writes to gloVars
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
56this.gloVars = factory.GlobalVariableList(); 92case 4: this.gloVars = value; break; 154set { this.gloVars = value; }
2 references to gloVars
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
79case 4: return this.gloVars; 153get { return (QilList) this.gloVars; }