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