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