3 writes to _gloVars
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
43
_gloVars
= factory.GlobalVariableList();
85
case 4:
_gloVars
= value; break;
154
set {
_gloVars
= value; }
2 references to _gloVars
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
70
4 =>
_gloVars
,
153
get { return (QilList)
_gloVars
; }