1 type derived from ElementAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
416private class ElementActionDbg : ElementAction {
1 instantiation of ElementAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1032ElementAction action = new ElementAction();
4 references to ElementAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1031public virtual ElementAction CreateElementAction() { 1032ElementAction action = new ElementAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
173public override ElementAction CreateElementAction() { 174ElementAction action = new ElementActionDbg();