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