1 type derived from NewInstructionAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
490private class NewInstructionActionDbg : NewInstructionAction {
1 instantiation of NewInstructionAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1056NewInstructionAction action = new NewInstructionAction();
4 references to NewInstructionAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1055public virtual NewInstructionAction CreateNewInstructionAction() { 1056NewInstructionAction action = new NewInstructionAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
197public override NewInstructionAction CreateNewInstructionAction() { 198NewInstructionAction action = new NewInstructionActionDbg();