1 write to GlobalVariableList
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
214qil.GlobalVariableList = _gloVars;
10 references to GlobalVariableList
System.Private.Xml (10)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (4)
220if (node.NodeType != QilNodeType.Let || !_qil.GlobalVariableList.Contains(node)) 236EliminateUnusedGlobals(local0.GlobalVariableList); 5147return _qil.GlobalVariableList.Contains(iter); 5156return _qil.GlobalVariableList.Contains(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
59PrepareGlobalValues(qil.GlobalVariableList); 63VisitGlobalValues(qil.GlobalVariableList);
System\Xml\Xsl\QIL\QilScopedVisitor.cs (2)
45foreach (QilNode var in qil.GlobalVariableList) BeginScope(var); 76foreach (QilNode var in qil.GlobalVariableList) EndScope(var);
System\Xml\Xsl\XmlIlGenerator.cs (2)
150CreateGlobalValueMetadata(_qil.GlobalVariableList); 276EvaluateGlobalValues(_qil!.GlobalVariableList);