2 overrides of EndScope
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilCloneVisitor.cs (1)
120
protected override void
EndScope
(QilNode node) {
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
247
protected override void
EndScope
(QilNode node) {
5 references to EndScope
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilScopedVisitor.cs (5)
72
foreach (QilNode func in qil.FunctionList)
EndScope
(func);
73
foreach (QilNode var in qil.GlobalVariableList)
EndScope
(var);
74
foreach (QilNode param in qil.GlobalParameterList)
EndScope
(param);
79
foreach (QilNode arg in ((QilFunction) node).Arguments)
EndScope
(arg);
86
EndScope
(((QilLoop) node).Variable);