3 writes to gloParams
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
57
this.
gloParams
= factory.GlobalParameterList();
91
case 3: this.
gloParams
= value; break;
146
set { this.
gloParams
= value; }
2 references to gloParams
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
78
case 3: return this.
gloParams
;
145
get { return (QilList) this.
gloParams
; }