1 type derived from ForEachAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
433private class ForEachActionDbg : ForEachAction {
1 instantiation of ForEachAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1038ForEachAction action = new ForEachAction();
4 references to ForEachAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1037public virtual ForEachAction CreateForEachAction() { 1038ForEachAction action = new ForEachAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
179public override ForEachAction CreateForEachAction() { 180ForEachAction action = new ForEachActionDbg();