1 type derived from TextAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
616private class TextActionDbg : TextAction {
1 instantiation of TextAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1097TextAction action = new TextAction();
4 references to TextAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1096public virtual TextAction CreateTextAction() { 1097TextAction action = new TextAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
238public override TextAction CreateTextAction() { 239TextAction action = new TextActionDbg();