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