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