1 type derived from CopyOfAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
399
private class CopyOfActionDbg :
CopyOfAction
{
1 instantiation of CopyOfAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1026
CopyOfAction action = new
CopyOfAction
();
4 references to CopyOfAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1025
public virtual
CopyOfAction
CreateCopyOfAction() {
1026
CopyOfAction
action = new CopyOfAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
167
public override
CopyOfAction
CreateCopyOfAction() {
168
CopyOfAction
action = new CopyOfActionDbg();