1 override of AnalyzeLoop
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
754
protected override void
AnalyzeLoop
(QilLoop ndLoop, XmlILConstructInfo info) {
2 references to AnalyzeLoop
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
502
case QilNodeType.Loop:
AnalyzeLoop
(nd as QilLoop, info); break;
759
base.
AnalyzeLoop
(ndLoop, info);