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