3 writes to _gloParams
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
44
_gloParams
= factory.GlobalParameterList();
84
case 3:
_gloParams
= value; break;
145
set {
_gloParams
= value; }
2 references to _gloParams
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
69
3 =>
_gloParams
,
144
get { return (QilList)
_gloParams
; }