2 overrides of EndScope
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilCloneVisitor.cs (1)
127
protected override void
EndScope
(QilNode node)
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
262
protected override void
EndScope
(QilNode node)
5 references to EndScope
System.Private.Xml (5)
System\Xml\Xsl\QIL\QilScopedVisitor.cs (5)
75
foreach (QilNode func in qil.FunctionList)
EndScope
(func);
76
foreach (QilNode var in qil.GlobalVariableList)
EndScope
(var);
77
foreach (QilNode param in qil.GlobalParameterList)
EndScope
(param);
82
foreach (QilNode arg in ((QilFunction)node).Arguments)
EndScope
(arg);
89
EndScope
(((QilLoop)node).Variable);